tabbing from end of line triggers autocomplete and changes line

Noticing that if you go to add comments at the end of lines that if you:

* click on the end of a line you want to comment

* start clicking TAB to tab across to a point to put a lua comment (e.g. at the end of “… = levelNumber”)

* it then engages auto-complete and you (a) get “… =level.levelNumber” and (b) you can’t tab across

Just some feedback here in terms of usability.  I guess the work around is you can’t tab at the end of line, but have to hit space first

PS.  Is this the right place to raise usability feedback?

Hmmm, it doesn’t do that for me.  I wonder if there’s a conflict with some other Sublime Text preferences.

Do you have the following Sublime Text preferences set and, if so, what are they set to?

“auto_complete”

“tab_completion”

“auto_complete_commit_on_tab”

And, yes, this is a fine place to raise usability issues.  Sometimes these are a matter of taste but that can be often be addressed by adding an appropriate preference setting to allow people to customize things to suit themselves.

Here they are I admit I’m new to sublime so wouldn’t have touched any of these since installing I’m pretty sure

    “auto_complete”: true,

    “auto_complete_size_limit”: 4194304,

    “auto_complete_delay”: 50,

    “auto_complete_selector”: “source - comment, meta.tag - punctuation.definition.tag.begin”,

    “auto_complete_triggers”: [{“selector”: “text.html”, “characters”: “<”}],

    “auto_complete_commit_on_tab”: false,

    “auto_complete_with_fields”: false,

    “tab_completion”: true,

    “auto_complete_commit_on_tab”: false,

On Stable Build 3047.  Not sure how to check the version of the corona plugin?

Hmmm, it doesn’t do that for me.  I wonder if there’s a conflict with some other Sublime Text preferences.

Do you have the following Sublime Text preferences set and, if so, what are they set to?

“auto_complete”

“tab_completion”

“auto_complete_commit_on_tab”

And, yes, this is a fine place to raise usability issues.  Sometimes these are a matter of taste but that can be often be addressed by adding an appropriate preference setting to allow people to customize things to suit themselves.

Here they are I admit I’m new to sublime so wouldn’t have touched any of these since installing I’m pretty sure

    “auto_complete”: true,

    “auto_complete_size_limit”: 4194304,

    “auto_complete_delay”: 50,

    “auto_complete_selector”: “source - comment, meta.tag - punctuation.definition.tag.begin”,

    “auto_complete_triggers”: [{“selector”: “text.html”, “characters”: “<”}],

    “auto_complete_commit_on_tab”: false,

    “auto_complete_with_fields”: false,

    “tab_completion”: true,

    “auto_complete_commit_on_tab”: false,

On Stable Build 3047.  Not sure how to check the version of the corona plugin?