ST used to use tokens in comments too, so I could autocomplete a word in real code from a word in a comment. For instance all these would be used:
// Use options, not arguments.
$signature = "foo --bar --baz="
to autocomplete
$ba|
$argum|
(pipe is cursor) but in ST 4169 bar
, baz
, arguments
etc aren’t used in autocompleting $ba
and $argum
. Is that an option, or is that how ST 4 works now? Thanks.