Skip to content
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

Unwanted autocompletion after typing a period in a cfscript comment #147

Open
sbleon opened this issue Jan 11, 2024 · 0 comments
Open

Unwanted autocompletion after typing a period in a cfscript comment #147

sbleon opened this issue Jan 11, 2024 · 0 comments

Comments

@sbleon
Copy link

sbleon commented Jan 11, 2024

When typing a period in a cfscript comment (single- or multi-line) an autocomplete box pops up:

Screenshot 2024-01-11 at 11 07 38 AM

This doesn't happen in a CFML comment. My Sublime is configured to not autocomplete in comments:
"auto_complete_selector": "meta.tag, source - comment - string.quoted.double.block - string.quoted.single.block - string.unquoted.heredoc"

So somehow it's not understanding that cfscript comments (// or /* */) are comments (despite syntax-coloring them properly).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant