Ranter
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
Comments
-
tahnik389908yUse IntelliJ as your IDE. It should tell you straight away that a semicolon is missing :)
-
jstaiyou7108y@tahnik I like it too. Before I used to work with NetBeans, but I love IntelliJ and other JetBrains products. I'm a student, so everything is for free :D
-
kamen69848y@tahnik ... or just get used to terminating statements with Ctrl + Shift + Enter (or whatever it's mapped to).
-
kamen69848y@jstaiyo It depends. Once it gets in your muscle memory it's okay, moreover it saves you a Ctrl + Alt + F after that since it terminates the statement and autoformats it (I'm usually too lazy to add spaces between operators, and yet I like my code tidy).
-
@kamen I have my Eclipse setup to auto-format my edited code on save, which also saves me a few keystrokes
-
kamen69848y@Larsg310 Me, I rarely save stuff, I rely on autosave when the IDE loses focus. One of the few occasions I do save is when I want to forcefully trigger a watcher.
Related Rants
*Doing Java after using Python for a year*
;
Hide and seek champion 2016.
undefined
my eyes hurt
why