DEV Community

Discussion on: Switching back to my old buddy Sublime Text from VS Code 🤷🏻‍♂️

Collapse
 
devnix profile image
Dev_NIX

One of the things I loved from VSCode was the LSP and the debug adapter protocol, and I switched back quickly to Sublime for the reasons mentioned in this article.

If you liked the autocompletion, there is a Sublime plugin to use the same modules you love from VSCode: github.com/tomv564/LSP (I use the github.com/sublimelsp/LSP-inteleph... adapter and it works great!).

Also, there is a very interesting WIP to use the same debug adapters. It still needs some work, but if it gets more usable I will immediatelly uninstall VScode from my computer: github.com/daveleroy/sublime_debugger