JS Tab bug

interesting bug:

Fuse version: 0.31.0
OS: WIndows 10

If I put say the following in a js file say “constants.js” file:

var CON_JOBSTABLE_INSERT_VALUES = "";
var CON_JOBQUESTIONSTABLE_INSERT_VALUES = "";

and position the cursor at the end of CON_JOBSTABLE_INSERT_VALUES and press tab
instead of a TAB it replaces the first variable with the second:

var CON_JOBQUESTIONSTABLE_INSERT_VALUES = "";
var CON_JOBQUESTIONSTABLE_INSERT_VALUES = "";

anyone seeing this error?

This sounds like a problem with the text editor (or perhaps the plugin). Which editor are you using?

Sublime Text 3 - Stable Channel, Build 3126

That is the built-in code completion in Sublime Text 3. Not a bug and not related to fuse