Sublime Forum

Code completion quirk

#1

Hi there,

Normally when I want to create an HTML list item, I just type li, hit tab, and I get

  • . But recently, for no apparent reason, when I hit tab I get lI (lowercase ‘L’ and uppercase ‘I’). I then have to hit tab one more time to get my list item tag.

    Any ideas folks?

    Simon :smile:

  • 0 Likes

    #2

    Does this happen in all files?

    0 Likes

    #3

    No, I’ve just created a new HTML file and is seems to work fine in that.
    Is there something in my original file which is making this happen?

    0 Likes

    #4

    Sublime Text will autocomplete based on other things in the file. So if you’ve typed lI once already, then it can autocomplete to that. Do a case-sensitive search and see what you find.

    0 Likes

    #5

    Excellent, that fixed it.
    Thank you very much.

    0 Likes

    #6

    My pleasure! Glad that fixed it.

    0 Likes