sublimelsp / LSP-volar

Vue support for Sublime's LSP plugin
MIT License
84 stars 7 forks source link

feat: add support for few volar debugging commands #192

Closed rchl closed 1 year ago

rchl commented 1 year ago

Some commands that help with debugging Vue type issues.

The volar/server/showReferences handler is removed as it's not longer supported by Volar this way (think it uses some LSP standard stuff now).

rchl commented 1 year ago

The volar/server/showReferences handler is removed as it's not longer supported by Volar this way (think it uses some LSP standard stuff now).

Actually Volar now uses non-standard editor.action.showReferences command. I will update the code.