d4rkr00t / language-stylus

Stylus language support for Visual Studio Code
MIT License
44 stars 12 forks source link

Disable quickSuggestions in setting #33

Closed exdeniz closed 7 years ago

exdeniz commented 7 years ago

Is it possible to disable editor.quickSuggestions for stylus files?

d4rkr00t commented 7 years ago

Hm, do you want to disable all suggestions for stylus files including provided by this extensions or you just want to disable built-in vscode suggestions?

exdeniz commented 7 years ago

I wish that would work correctly emmet. VS Code developer recommend to disable editor.quickSuggestions for it. I just want on db -> display block...

d4rkr00t commented 7 years ago

Hm that should work properly. I usually want exact opposite.

exdeniz commented 7 years ago

example: http://giphy.com/gifs/26FLbhkRnkJtNrhss

d4rkr00t commented 7 years ago

Oh, ok, i see. You want to disable autocompletion items which come from this extensions right?

I could think about option to disable them, or i can respect option editor.quickSuggestions to disable autocompletion.

Does it sound good?

exdeniz commented 7 years ago

Yes, on open/edit stylus file editor.quickSuggestions toggle off and other file editor.quickSuggestions - on. It's possible?

d4rkr00t commented 7 years ago

I think this is not possible.

exdeniz commented 7 years ago

=( I will wait solve problem with emmet and quickSuggestions from VS Code developers. Thanks

d4rkr00t commented 7 years ago

Thank you for the report. Closing this :)