Adept icon indicating copy to clipboard operation
Adept copied to clipboard

Language Server support

Open ghost opened this issue 3 years ago • 4 comments

The current VSCode extension is limited to VSCode only. What it provides could be implemented as a language server instead. A language server could bring Adept support to any text editors support the Language Server Protocol (e.g: SublimeText, TextAdept,...) not limited to VSCode. Please consider. Thank you @IsaacShelton

ghost avatar Nov 20 '22 23:11 ghost

Maybe eventually yes, however supporting minority editors is not the highest priority at the moment.

IsaacShelton avatar Dec 01 '22 06:12 IsaacShelton

Maybe eventually yes, however supporting minority editors is not the highest priority at the moment.

VSCode could use LSP too. Any editors support LSP will work.

Update: I would not call SublimeText, Atom, Emacs, Vim,... as minority editors. VSCode monopoly has caused too much damage!

ghost avatar Dec 02 '22 16:12 ghost

https://github.com/Angluca/adept.vim Easier to see the code image

Angluca avatar Apr 29 '24 17:04 Angluca

Very cool! Your plugin is way better than the current vim syntax-highlighting-only, I will add this project to the README.md

IsaacShelton avatar Apr 29 '24 18:04 IsaacShelton