Today, I’ll talk about code editors. I use several code editors on a daily basis and here are my personnals recommendations.
- Visual Studio Code : simple, easy to use, efficient, customizable and supports tons of plugins to code faster and to improve user experience, I can only recommend it.
2. Fleet : The next generation IDE, developed by JetBrains. For the moment, it is very simple, both in terms of its functionality and its design. Can’t wait for them to add plugins.
3. Rider : Rider is an IDE that allows you to modify C# code very easily, I personally find it much more efficient than visual studio. But it uses much more performances of the pc.
4. Vim & NeoVim : Overall, VIM and NVIM are powerful text editors that are well-suited for advanced users who are comfortable working with command-line interfaces. While they can have a steep learning curve, they offer many advanced features and customization options that make them popular among power users.
5. Notepad++ : Old and almost useless IDE, not gonna lie about it. But i’m used to have it on my computer, it’s so nice to be able to just right click and open with notepad++ when you need to edit a file quickly, and not have to wait for a big IDE to launch.
Here we go, I hope this will be usefull for some of you 🙂