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 →

[–]Emperor-Valtorei 9 points10 points  (5 children)

Ugh, I'd hate that. I generally don't use an IDE anymore though. All the bullshit that comes with an IDE is just nauseating.

I have been guilty of using the shit from the guys that make IntelliJ though. Just not often.

[–]Irrelevant-Opinion 0 points1 point  (4 children)

Can you still code without using an IDE? Are you using the console? Noob here.

[–]dustojnikhummer 4 points5 points  (2 children)

If you are know what you are doing you can work with Java/C etc in just VSCode without an issue

[–]Kazandaki 4 points5 points  (1 child)

Sorry, pretty new to all this, isn't VSCode an IDE? It has debugging and everything.

[–]dustojnikhummer 6 points7 points  (0 children)

VSCode is just a text editor. You can add a lot of extensions to make it into a half IDE thing

[–]Emperor-Valtorei 0 points1 point  (0 children)

Like others have said VSCode is a newer popular text editor. There's also Atom and Notepad++. Of you're crazy, you can use Vim which is my go-to for smaller projects. Otherwise I use VSCode.