pherrymason / c3-lsp

Language Server for C3 Language
https://pherrymason.github.io/c3-lsp/
GNU General Public License v3.0
75 stars 10 forks source link

Toggle comment is not working for C3 in Sublime text #58

Closed kcvinker closed 2 months ago

kcvinker commented 3 months ago

Hi, Toggle comment is not working for C3 in Sublime text. My short cut key is Ctrl + /. This key is working for all other language but C3.

pherrymason commented 2 months ago

Not sure if this is solvable by the LSP.

VSCode have for example language configuration to customize this: https://code.visualstudio.com/api/language-extensions/language-configuration-guide

Maybe Sublimetext needs something similar?

kcvinker commented 2 months ago

I am not sure about that but one thing is sure, all other languages have no problem with Ctrl + / shortcut.

tomaskallup commented 2 months ago

This is definitely not a job of LSP, but rather editors support for the language syntax. Your issue should probably be directed to https://github.com/c3lang/editor-plugins/ if that's the one you use.

pherrymason commented 2 months ago

After reading the specification I cannot find any feature related to this. https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/

Feel free to correct me if I missed anything.