Sublime Forum

Highlight unidentified variables

#1

Very useful feature of SlickEdit is highlighting of undefined variables (highlight undefined symbols) by cursive, allowing to write code faster and cleaner:

assign *undefined_var *= defined_var1 & defined_var2;

0 Likes

#2

By “undefined vars” do you just mean lvalues? Or is it actually parsing scopes and such?

0 Likes