jcberquist / sublimetext-cfml

CFML (ColdFusion and Lucee) package for Sublime Text
MIT License
115 stars 24 forks source link

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

Open sbleon opened 8 months ago

sbleon commented 8 months ago

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).