FalsePattern / ZigBrains

The zig language plugin for intellij
https://plugins.jetbrains.com/plugin/22456-zigbrains
Other
105 stars 7 forks source link

`print` snippet does not auto-complete #58

Closed AiziChen closed 1 month ago

AiziChen commented 2 months ago

When I type prin then press tab/enter key, snippet completion done well. but when I type total characters print, it does not doing complete automatically.

AiziChen commented 2 months ago

The same as snippet main does not work, too.

FalsePattern commented 2 months ago

Autocomplete is handled by the LSP4IJ plugin's LSPCompletionContributor, I have moved your bug report there: https://github.com/redhat-developer/lsp4ij/issues/435

AiziChen commented 1 month ago

has been fixed in: https://github.com/redhat-developer/lsp4ij/pull/440