D
D
DollyPapper2017-09-09 22:33:00
linux
DollyPapper, 2017-09-09 22:33:00

VSCode instead of IDE for C on Linux?

If anyone has experience using VSC for something other than the web, share it) Soon I will often be on the road, but I would really like to write something on the road. not so hot what option. Eclipse destroys the battery in about 2 hours, together with the player and 2-3 pdf files. VSC with the same pack does it in 5 hours. Actually, is it possible to write normally in VSC in C? so that everything is done by pressing a couple of buttons, and not by manually linking a dozen libs in the console, auto-completion and some other minimal set of IDE goodies.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Z
Zakhar Kushchenko, 2017-09-10
@DollyPapper

If anyone has experience using VSC for something other than the web, please share)
I'll tell you more, I use it for C++ along with VS, and GameDev linux instead of VS for Unity. The capabilities of VS Code are much greater than those of many editors and even some IDEs due to the many plugins that are not crooked and are updated every 2-5 weeks (just most Powered by Microsoft plugins), as well as due to a bunch of functionality out of the box that Sublime does not have Text,Atom,Notepad++.
I will write in syah + python under linux
Just install the plugin for Python and for C/C++ and Python and you will be happy.
I mean set up compilation so that everything is done by pressing a couple of buttons, and not by manually linking a dozen libs in the console
Comrade pastenak replied.
auto-completion and some other minimal set of IDE goodies.
It's all there out of the box.

P
pastenak, 2017-09-09
@pastenak

I mean set up compilation so that everything is done by pressing a couple of buttons, and not by manually linking a dozen libs in the console

make
Vim, Emacs, Sublime, etc. are lightweight programming editors.
Let's say the first two were developed at a time when computers were weaker than modern smartphones. And at the same time, even in those days, these editors were not slow.
There is also Code::Blocks, QTCreator, Codelite, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question