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
-
I for one won't even use an editor without auto completion anymore.
For me, nothings beats auto completion in regards to avoiding typos, discovering functionality of an object, and overall increasing productivity.
So what's there to hate? -
Thank god I'm not the only one! It just gets in the way most of the time, suggesting the wrong method names and making me press enter twice for one newline.
Actually IntelliSense is pretty baller, but shit like Notepad++'s autocomplete just pisses me off. -
sirjofri5198yWith my vim setup I have to manually hit Ctrl+N (while in insert mode) to open a simple dialog. Idk, is this something of NERDTree or just plain vim? No idea, but it works fine.
Oh and I like auto closing tags (as long as the cursor moves _behind_ the created text). I just don't like the auto closing </meta> and </input> tags as they don't make any sense.
Related Rants
Am I the only one who hates automatic code completion in code editors?
undefined
code editor
ide