*vscode usability questions*: is there a way to ge...
# random
s
vscode usability questions: is there a way to get auto-completion or intellisense in vscode to suggest resources (see attachments), or other helpful modules? Also in general I feel the auto-completion is quite off most of the time. Not sure if that is a vscode thing, or if I’m doing something wrong. Any tricks or settings in
settings.json
you use in general with python or dagster specifically? Much appreciated. I started to turn off some suggestions as normally vscode suggested me a huge list with no value at all.
Copy code
"editor.suggest.filterGraceful": false,
    "javascript.suggest.names": false,
    "editor.wordBasedSuggestions": false,