Sometimes I feel that I can’t write a simple line of code without using an IDE (VS, NetBeans, etc.), even when I write something in Notepad or in MS Word, I always forget and press Ctrl + Space, to use autocomplete.
I don’t remember the many names and functions of libraries and Exceptions in the languages that I use because of the capabilities of the IDE, and I don’t know if this is a problem or not.
I want to know if there are any advantages to temporarily removing the IDE and just using a simple editor to be more powerful in this language, or will it make the situation worse?
source
share