S
S
Sergey Burduzha2017-04-18 14:04:44
Sublime Text
Sergey Burduzha, 2017-04-18 14:04:44

Why doesn't sublime text 3 see less variables?

Can't solve problem with less variables in sublime text. The preprocessor plugin itself is installed, in addition, it also installed less list variables, which shows the variables in the drop-down list, after calling the hot keys ctrl+alt+l. But that's not it at all. It is necessary that when you start typing a variable name, its full name immediately appears.
I will be glad to help.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
nonamich, 2017-06-15
@serii81

Remove the "@" sign in setting in word_separators
That is, it was like this
"word_separators": "./\\()\"'-:,.;<>[email protected]#$%^&*|+=[]{} `~?"
It became
"word_separators": "./\\()\"'-:,.;<>~!#$%^&*|+=[]{}`~?"
So you can still select the entire variable by double-clicking the mouse.
And the less-build plugin will also be useful
e9d7dd2f80774c59a8c1b78ce9b6535c.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question