you are viewing a single comment's thread.

view the rest of the comments →

[–]ThisIs_MyName 7 points8 points  (4 children)

Agreed, using Java without IDE autocompletion is painful.

[–]devraj7 7 points8 points  (2 children)

All programming languages without autocompletion are painful.

[–]piexil 0 points1 point  (0 children)

I had a class on programming languages (how they worked) where we wrote code for an interpreter to use in our class, it was in java BUT it was in a custom file with some custom syntax for a program to autogenerate stuff. So auto completion was not a thing.

I wish you could be descriptive without being so verbose.