pilat / vscode-importmagic

MIT License
36 stars 7 forks source link

This extension turns on Intellisense autocomplete in comment blocks #20

Open Gilwyad opened 4 years ago

Gilwyad commented 4 years ago

This extension turns on Intellisense autocomplete in comment blocks which is annoying and distracting and not useful by any means. If I have a comment block like:

def function_name(self):
    """
    description text.
    """

After inserting the dot, the auto completion popup appears with Python suggestions! This does not happen when the extension is disabled.

Please remove this unwanted 'feature'.

Using 0.2.4 with VS Code 1.40.1