Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the autocompletion provided by the language server reconfigurable? #25

Open
ShobhanKarthick opened this issue Jun 16, 2023 · 0 comments

Comments

@ShobhanKarthick
Copy link

For my project, I am using Code mirror 6 and python-lsp-server as my language server.

I spawn up my language server using the following code

pylsp --ws --port 3001

I attach the serverUri to the extension. Now I am particularly concerned about 2 things

  1. First being, when I autocomplete using the autocompletions provided by python-lsp-sever to the codemirror-languageserver
    extension, the suggestion adds the variables also as shown in the below figures

image

image

  1. Right now, the source code codemirror-languageserver overrides the autocompletion. However I would like to add custom autocompletions. Would that be possible? Or would I be able to wrap the code with custom variables and send it across?

Any help would be greatly appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant