jupyter-lsp / jupyterlab-lsp

Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
https://jupyterlab-lsp.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.81k stars 148 forks source link

"Servers tested with file editor" or "Servers tested with text editor" for Language servers #1095

Open hongy19 opened 3 months ago

hongy19 commented 3 months ago

What I am trying to do...

in current Language servers doc, it is mentioned

Servers tested with file editor

I think it should be ""Servers tested with text editor" since there is no "file enditor" in jupyter?

How I would like to learn how to do it...

How the project might keep the docs accurate...

krassowski commented 3 months ago

The text editor on the code level is called file editor, see https://github.com/jupyterlab/jupyterlab/tree/main/packages/fileeditor

hongy19 commented 3 months ago

The text editor on the code level is called file editor, see https://github.com/jupyterlab/jupyterlab/tree/main/packages/fileeditor

Thanks and it is first time I know "text editor" called "file editor" in code level. But I still suggest to call it "text editor" on documentation level since most of user only know "text editor' instead of "file editor".

krassowski commented 3 months ago

Feel welcome to submit a PR!