python-lsp / python-lsp-server

Fork of the python-language-server project, maintained by the Spyder IDE team and the community
MIT License
1.75k stars 187 forks source link

How do i disable smart quotes auto-complete ? #555

Open heyjohnlim opened 2 months ago

heyjohnlim commented 2 months ago

Hello,

I can disable this in PHP.

But i cannot disable this in Python. This is very frustrating as 90% of the time, it does the wrong thing (e.g. multi-line """ becomes """")

From Settings -> Editor -> Code Completion, Language Python is missing.

Is there a workaround, or can this be feature be added into Code Completion.

Thanks in advance!