Need some program to edit code (like Atom)

vldsam95

Power Member
Joined
May 27, 2018
Messages
583
Reaction score
43
Hello
someone know a simple program for code editing that is similar to https://atom.io/?

i used it, but unfortunately it will be closed soon

any suggestions?
 
Nowadays you only have really notepad++! lol have to give that a mention.
Jetbrains products, and then Microsoft vscode or visual studio.

I find jetbrains stuff good, but obviously, for c# visual studio packs a punch.

What kind of languages are you working in? and what you building roughly out of interest?
 
VSCode for its versatility.
If you're looking for programming languages' specific editors then i'd suggest Jetbrains Intellij for Java, PyCharm for python and Visual Studio for C#
 
vscode is industry standard
notepad++ has big following. i use it personally. but i mainly edit html
sublime text has large userbase too especially linux fans.
 
I’m not a programmer but editpad pro is worth looking at. I started using it instead of notepad++ and it has some really cool features. I only use for manipulating text files but I believe it supports various code languages etc.
 
Hello
someone know a simple program for code editing that is similar to https://atom.io/?

i used it, but unfortunately it will be closed soon

any suggestions?
Isn't VS code no good? I mean you can code in many languages and there are also extensions for less used languages to import them and code.
 
My favorite code editors are nano, bluefish and scraping scribbles on a public bathroom wall with a broken piece of glass at 2 AM
 
Back
Top