AdeptLanguage / Adept

The Adept Programming Language
GNU General Public License v3.0
121 stars 8 forks source link

Language Server support #70

Open ghost opened 1 year ago

ghost commented 1 year ago

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

IsaacShelton commented 1 year ago

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

ghost commented 1 year ago

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!

Angluca commented 3 months ago

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

IsaacShelton commented 3 months ago

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