Thursday, 18 November 2021

How to remove Visual Studio Code autocomplete suggestion if I type ","?

I am programming in jupyter using Visual Studio Code, but every time I type ","(comma) I get autocomplete suggestions. This is really annoying when writing dictionaries for example. I have tried to solve it by going through every single option in settings>User>Text Editor>Suggestions and the only solution I could find was to disable the "Suggest on Trigger Characters". This unfortunately also disables autocomplete suggestions when I type "."(period) which i want to keep. Is there any way to disable only ","(comma) as a Trigger Character?

Example of the issue



from How to remove Visual Studio Code autocomplete suggestion if I type ","?

No comments:

Post a Comment