Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "intelij"
-
So, I have this free 90 day trial code for intelliJ IDEA Ultimate I got for enrolling in this udemy course. And, I don't need it anymore because I can use my student email to get access to jetbrains software, ie intelliJ ultimate. So, if you want to try out inteliJ ultimate for 3 months, let me know and I can give you the code... somehow. I'm not sure yet. Maybe Google Hangouts?10
-
Quick rant, I dont have time.
I have no idea how the fuck but I managed my IDE to show me that it's confused if my class "PackModel" is "PackModel" or "PackModel" (I have only one definition if you are hands first to ask).
its few years and first time when I see shit like that.
Fun fact, it was working OK until I used getter that was returning another object and than IDE got absolutely lost.
I had to use workaround in middle of nowhere as shown on image and suddenly its back fine with it. Not like it's returned by function hard typed and PHPDoc typed to return instance of this very object and in other scopes it just works...
It's Jetbrains so Im confused, it's robust IDE ;-;...8 -
So am teaching a friend of mine some Java basics. Unfortunately he keeps insisting on using Eclipse to be taught. Tried showing him the beauty of InteliJ but he says it's too confusing 🙃. So here I am typing some full codes that I could have magically inserted on InteliJ. I don't know how long I can take it.24
-
Im taking an AP class for Java at my school. (AP is like an honors class). But there is an standardized test throughout the US that everyone takes. But it's so annoying because you are not allowed computers on the test so you have to HANDWRITE all of your code. So the way we "practice" for the test is in our class is we use a buggy ass program called greenfoot which is worse than writting in notepad because it crashes every 5 mins but only on Windows computers and since I go to a school and everyone it a retarded they all have Macs so my Windows laptop is a "non issue" like wtf. So now I just use intelij and tell the teacher to fix it but our school has a code where teachers are not allowed to touch laptops so he's just stuck right now.
Forgot to mention that the reason why we use greenfoot is because there is no auto fill features not even closing brackets automatically which "makes us learn better".
Also all of our tests are hand written which is annoying.3 -
Oh Good job you fucking gradle and InteliJ that telling me the specific fucking error you pice of shits.
-
iphonyX
Can't play CSGO ( and thousands of many other games ).
Atom, Sublime, Eclipse and intelIJ is still not supported.
Can't use it for writing programs
Can't run a local server and use it for development.
It still can't fly besides having flight mode -
Advice wanted! !rant
Guys i started web dev about two years ago on windows but i want to switch to linux. I thought of using elementary os, ubuntu or arch. What would you recommend?
Also how do you do your setup then? Dualboot or in a vm? I want to use docker to set up my infrastructure if possible.
Also i mainly use InteliJ for dev.
Thanks in advance!
Also i love devRant!18 -
Okay, i have a question.
I am a real Noob when it comes to Java programming. I am trying to establish a database connection between my program and a sqlite database. I have everything ready:
- The Model
- The View
Now the problem i am having is defining the DBController that establishes the connection. And i have no idea how to start?!
Please help me :(
Love yall3 -
I've been looking on the internet for a while, but I can't figure out if native Java Android development is a feasible/realistic thing to do using VS instead of inteliJ idea/AS.
heard some good things about VS. Anyone got any experience with native Android development on it? Not xamarin6