Best IDE?
#61
(09-03-2020, 10:34 AM)Tesla_Shock Wrote: I personally use Atom. Compact, and easy to mod. Any other suggestions?
I've tried sublime text (Piracy сука) but it wasn't really my speed.
If you’re looking for other text editors that are similar to Atom, there are many great options available.

One popular alternative is Sublime Text. Like Atom, Sublime Text is available on Linux, Windows, and macOS. It supports many programming languages and is a fast text editor with autocomplete, syntax highlighting, and a command-line interface 1.

Another great option is Visual Studio Code. Developed by Microsoft, Visual Studio Code is an open-source text editor that supports a variety of programming languages, including Python, Java, C#, C++, PHP, and others. It has many features that are similar to Atom and a few features that Atom lacks 2.

Finally, Notepad++ is another great alternative to Atom. It’s open-source and one of the most popular text editors on the market for a reason. For one, it supports a multitude of programming languages
Reply Report



// $(".author_avatar img").error(function () { $(this).unbind("error").closest('.author_avatar').remove(); });