-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent completion assist in comments #79
Labels
upstream-rls
Issues requiring work in the Rust Language Server. Those issues should link to RLS issues.
Comments
mickaelistria
added
the
upstream-rls
Issues requiring work in the Rust Language Server. Those issues should link to RLS issues.
label
May 28, 2018
I believe it's an issue with RLS that's used by corrosion. Opened rust-lang/rls#882 to RLS |
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]>
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]>
LucasBullen
pushed a commit
to LucasBullen/corrosion
that referenced
this issue
Jun 4, 2018
- Check to see if the cursor is in a Rust comment or not before returning snippet completions Signed-off-by: Lucas Bullen <[email protected]>
LucasBullen
pushed a commit
to LucasBullen/corrosion
that referenced
this issue
Jun 4, 2018
- Check to see if the cursor is in a Rust comment or not before returning snippet completions Signed-off-by: Lucas Bullen <[email protected]>
LucasBullen
pushed a commit
that referenced
this issue
Jun 5, 2018
- Check to see if the cursor is in a Rust comment or not before returning snippet completions Signed-off-by: Lucas Bullen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
upstream-rls
Issues requiring work in the Rust Language Server. Those issues should link to RLS issues.
This is a suggestion. The completion assist is shown even inside of the comment sections.
Reproduce steps:
Expected result:
Actual result:
The text was updated successfully, but these errors were encountered: