this post was submitted on 25 Jun 2023
20 points (100.0% liked)
Programming
13362 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Could you explain this part a bit more? I'm not sure I understand.
Not OP, but an IDE is the app you use when actually typing in your code. Like, every language could probably be typed up in Microsoft’s Notepad, but that would be awful! Other “editors” have color coding that make your code MUCH easier to follow. And, you know, dark mode.
VS Code, as raccoon mentioned, is my go-to. It’s free, and there are free plugins that color code any language you want to learn and help autocomplete stuff and other helpful things.