DEV Community

Discussion on: I stopped using Visual Studio Code

Collapse
 
rxliuli profile image
rxliuli

Another more obvious disadvantage is that it is not suitable for large monorepo repositories, such as those in a company with more than 90 sub-projects, it becomes almost unusable. Also, I'm still a paid user of jetbrains ide now, but I've completely switched to vscode for the front end.

Collapse
 
dailydevtips1 profile image
Chris Bongers

I'm actually finding the opposite with webstorm, way more stable on larger projects from my side 🤯

Collapse
 
rxliuli profile image
rxliuli • Edited

Maybe your project is not big enough, here is a basic overview of our project information

Language                     files          blank        comment           code
-------------------------------------------------------------------------------
TypeScript                    1054          10239          17515          79359
Vuejs Component                275           3137           2608          41652
JavaScript                      11           2816            288          16483
HTML                             8             43              0           3245
LESS                            19            223             12           2099
GraphQL                         32             71             37           1871
JSON                            51              1              0           1433
SVG                             81              1              3            992
CSS                             15            116             11            984
SCSS                             5             19              8            186
Bourne Shell                     1             12              8             31
Markdown                         1              5              0              6
-------------------------------------------------------------------------------
SUM:                          1553          16683          20490         148341
-------------------------------------------------------------------------------
Enter fullscreen mode Exit fullscreen mode
Thread Thread
 
dailydevtips1 profile image
Chris Bongers

This is the project I mainly work on github.com/dailydotdev/apps.

Surprised VSC works moire stable for you.
But happy to hear you found a good IDE that works for your setup.