|
|
|
|
|
by daxvena
2093 days ago
|
|
Honestly, the tools developed out of VSCode have made my Emacs environment so much more powerful, and so much easier to set up for new languages. With the language server protocol & debug adapter protocol, I can just plugin in a couple of servers and have a full-blown IDE environment that uses a consistent interface across multiple languages. I remember spending so much time trying out and setting up ctags, ggtags, irony, rtags, gdb-mi, etc... I don't see myself switching to VSCode because I can just take the best features from VSCode and use them Emacs. |
|