F
F
Fengol2019-06-22 14:10:43
IDE
Fengol, 2019-06-22 14:10:43

Why is Visual Studio Code faster than Visual C++ and IntelliJ IDEA?

I have an old laptop that I had to work on. So jetbrains (java) and visual studio (c++, c#) products work many times slower than visual studio code on Electron (nodejs). At what plug-ins instructed so much that the functionality was leveled. In addition, I turned off all unused plugins in other programs.
And when I read that Electron is garbage, I always mentally agreed with this. But the reality turned out to be different. What is the reason for this disagreement? Why node + chrome is many times faster than the rest?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Gornostaev, 2019-06-22
@sergey-gornostaev

At what plug-ins instructed so much that the functionality was leveled.

This is your mistake. No plug-ins can equate the code editor with the integrated development environment. Especially with one like IDEA, which is able to perform semantic analysis on the fly.

O
OnYourLips, 2019-06-22
@OnYourLips

Because the functionality is very different.

P
Petr Vasiliev, 2019-06-22
@danial72

Electron is responsible for the display. Spell checkers and formateras can even be written in assembler

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question