You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With 0c68cee, snippets have been added to completion assist. Users should be able to turn on/off snippet completion and add their own within a Rust preferences sub menu.
The text was updated successfully, but these errors were encountered:
…event competion assist in comments
- Use the Template system to store/edit/input old snippets
- Only allow adding templates outside of comments
Signed-off-by: Lucas Bullen <[email protected]>
LucasBullen
pushed a commit
to LucasBullen/corrosion
that referenced
this issue
Jun 1, 2018
…event competion assist in comments
- Use the Template system to store/edit/input old snippets
- Only allow adding templates outside of comments
Signed-off-by: Lucas Bullen <[email protected]>
Adding preferences to snippets add to much overhead for what is a temporary fix for when the rls moves the snippets from their vscode plugin to the server.
With 0c68cee, snippets have been added to completion assist. Users should be able to turn on/off snippet completion and add their own within a Rust preferences sub menu.
The text was updated successfully, but these errors were encountered: