05-22-2022, 02:07 PM
I'm using VSCode. There is everything that I need. You can install extensions that can help you.
Best IDE? |
05-22-2022, 02:07 PM I'm using VSCode. There is everything that I need. You can install extensions that can help you. 05-24-2022, 07:45 PM For full on development I like using VSCode but if you wanna avoid Microsoft tracking Vscodium is probably a safer bet. For simple text editing I like to use Sublime (GUI, closed source), and Micro > nano for when I want a TUI. 05-30-2022, 02:36 PM Just use the Jetbrain ides for each programming language. It's a bit pricey but it's totally worth it. It will saves u a lot of time setting up environments, managing git etc.. But if you are a student and are learning then don't use an IDE (it will fuck up your learning process). Use a normal text editor instead like vscode, sublime, or VIM/EMACS <3 06-14-2022, 06:28 PM IntelliJ IDEA + VS Code, best combo ever! 06-25-2022, 07:58 AM jetbrains clion or 2015 visual studio. pre bloatware era top)))) 06-26-2022, 09:40 PM Honestly VIM does everything I need it to. VScode if I'm doing something that requires it. (Compiling 3d printer firmware comes to mind) 12-17-2022, 11:14 PM N0ko3 said it best, VS Code has pretty much any feature you'd need in its extensions marketplace. Their Github integration really helps with workflow. I'm also partial to the pretty UI lol 05-25-2023, 09:29 PM i use lapce, very clean and fast asf, and has native support for remote/wsl 05-27-2023, 02:03 PM (09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions? Vim/Vi https://www.vim.org/ 06-05-2023, 07:14 AM Learn the vim key bindings and use neovim |