delineating between all-in-one IDEs and VS Code, w...
# sdf
c
delineating between all-in-one IDEs and VS Code, which provides barebones IDE features, is essentially treating code editors as monolithic applications, and in practice is generally bad for ecosystem development and expansion. IDEs should be loose coupled plugins that fit your specific environment so that it does not become over-encumbered by unnecessary features or tools.