crystal-lang-tools / vscode-crystal-lang

Yet another VSCode extension for Crystal Programming Language
https://marketplace.visualstudio.com/items?itemName=crystal-lang-tools.crystal-lang
MIT License
277 stars 58 forks source link

Dot in comments triggers autocomplete. #178

Closed RazrFalcon closed 7 months ago

RazrFalcon commented 1 year ago

Describe the bug

When writing comments, each . press triggers an autocomplete, which is very annoying.

crystalline is enabled, in case it matters.

To Reproduce Steps to reproduce the behavior:

  1. Create a comment.
  2. Press .

Expected behavior Autocomplete should be ignored in comments.

Piece of Code

# comment.

Desktop:

nobodywasishere commented 1 year ago

If this doesn't happen when crystalline is disabled, then this is probably an issue with crystalline and not the vscode extension itself

RazrFalcon commented 1 year ago

Yes, seems like crystalline issue.

nobodywasishere commented 8 months ago

This is now happening without Crystalline.