2

I have autocomplete activated with "auto_complete_selector": "source", however when I'm writing long-form comment blocks the autocomplete suggestions are distracting (i.e. typing current attempts to autocomplete to current).

Can autocomplete be configured to only activate outside of a comment scope?

1 Answer 1

1

Just set the following in your preferences:

"auto_complete_selector": "source -comment"

and you should be all set.

1
  • 1
    This doesn't seem to work inside comment blocks only usual comments ie //
    – lsl
    Commented Mar 31, 2014 at 23:37

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .