tintinweb / vscode-interactive-graphviz

Interactive Graphviz Dot Preview for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.graphviz-interactive-preview
GNU General Public License v3.0
152 stars 26 forks source link

Improved CompletionProvider #91

Closed bigbug closed 2 years ago

bigbug commented 2 years ago

Improved CompletionProvider. Recognises symbols. Automatic opening of completions does not happen anymore for return and space.

tintinweb commented 2 years ago

completion for <space> and <newline> is now disabled. symbols are autocompleted too. A good way forward with the auto completion provider 🙌🚀 (ref https://github.com/tintinweb/vscode-interactive-graphviz/pull/62#issuecomment-1032469486)