Top | Newest First | Oldest First
wulfheort · 26-30, M
I've been playing around with R in RStudio. Pretty slick and you can change the keybindings if you're used to other programs like Vim. It seems made for R and Python, but also has support for C/C++, JavaScript, YAML, HTML/CSS, etc.
[image/video deleted]
NerdyPotato · M
Notepad++ offers quite a lot for most languages for small projects. For larger projects you may want something more complex though.
Fishy · 36-40, F
@NerdyPotato You know of anything more complex?
I mean... I'm starting small... but it's good to know for future reference lol 😅
I mean... I'm starting small... but it's good to know for future reference lol 😅
NerdyPotato · M
@Fishy it depends on the language you're using. PhpStorm is useful for PHP and InteliJ is good for Java. Where Notepad++ is fine for editing individual files, those "understand" entire projects and offer a lot of cross-file context suggestions and debugging. That's pretty much the only languages in familiar with, but I'd recommend any language specific IDE over any mere text editor for any project containing more than a handful of files.
If you're just starting out, Eclipse is a good one too. It's not as good as paid ones for a specific language, but offers a whole lot more than editors that only analyse a single file.
If you're just starting out, Eclipse is a good one too. It's not as good as paid ones for a specific language, but offers a whole lot more than editors that only analyse a single file.
Elessar · 26-30, M
@NerdyPotato N++, Atom, VSCode are editors. IntelliJ, Eclipse (idk if anyone uses this anymore), PHPStorm (not 100% sure about the latter) are IDEs.
N++ is pretty masochistic to be used for anything more complex than changing a line or two in a random file. Programming in it (and viceversa, using a full IDE for some random file modifications) is kinda the computer equivalent of using an angle grinder to cut pastry. It will do it but it's messy and not the right tool
N++ is pretty masochistic to be used for anything more complex than changing a line or two in a random file. Programming in it (and viceversa, using a full IDE for some random file modifications) is kinda the computer equivalent of using an angle grinder to cut pastry. It will do it but it's messy and not the right tool
Elessar · 26-30, M
Visual Studio Code (basically the fork of Atom that superseded the original thing)
Vs code is the best