0
Code editors!
I would like to know which text editor they use and some recommendation of pluggings, and used atom, sublime text and I am currently using visual studio code that I think is very good
1 Answer
+ 1
except for visual basic
now i use linux terminal directly
i creare a main source
for example main.cpp
with the nano editor
that's an aditor that runs directly in linux terminal
so when i finish
i use ctrl + o for save and ctrl + x for exit
and then i use compilers
for example
for C++ i use g++
or for C i use cpp