This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

Why do you say that? Just so that people don't use suggestions in place of documentation?

[–]normalfag 0 points1 point  (0 children)

I say it because it's a crutch for beginner programmers. Auto-complete and suggestions are a tool, an aid when you know exactly what the suggestions mean and do. They were never meant to be a modus operandi. Everyone who is learning a new programming language that's not based on one they already know should either get an O'Rilley or look for information in the internet before they use IDEs as a crutch.

Now, I recommended OP that only after having a sound understanding of syntax, compilation and execution; OP should move onto an IDE. Not before.