• 0 Posts
  • 27 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle










  • 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.