Sublime Forum

Autocomplete skipping keyword.other

#1

In Sublime Text 3, when I’m editing an Elm file with my cursor in a function, I’m able to type let (which is scoped as keyword.other.elm in TM scopes) and complete it with enter (since it sees it in my file). In Sublime Text (4), if I type let and then click enter, it autocompletes to length (since that’s an Elm function that’s used in my file).

This is really frustrating and I’d love some guidance.

Thanks,
Ryan

0 Likes

#2

This issue is not specific to keyword.other. The reason for the behavior is described in Stop <?php + enter being converted to <?phpcredits()

0 Likes