Sublime Forum

Blank javascript code as normal text after chaining multiple functions inside another

#1

Hello everyone, good afternoon, I would recommend an improvement in sublime text 3, good some functions, I believe that in some situations need to be chained one inside the other several times in the case of setTimeout (); however the problem that after doing this many times the code starts to get white and pink between the closures of the function, it continues working normal plus it stops suggesting functions and gets manual, as if it were a common notebook, so I think it would be a good improvement allowing you to have a much higher limit in relation to this chain of functions in each other, check the prints, thank you for the attention.
“Code made in javascript”

Att Mateus R.

image
image
image

0 Likes

#2

This is a known bug — when scopes are nested too deeply, scope selectors (such as the ones in color schemes) fail. (See https://github.com/SublimeTextIssues/Core/issues/2152 for some details.)

Is this real code?

0 Likes