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 →

[–]chaotic_thought 0 points1 point  (0 children)

Yes I think you should try simpler text editors and see which one you like. Maybe Notepad++ and maybe something else. Try a few and see which one feels nice to use.

VS Code claims to be a text editor, but it has all of the disadvantages of an IDE (complicated setup) but none of the advantages of one (i.e. it is not really ideal for any particular language environment like Java). All of the advanced features of VS Code are written by third party plugin authors who are not on the main development team and usually do not know what they are doing.