Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

phpStorm

I had one very big .less file that I am break into smaller files. And I'm using one .less file which including imports of others. All works and compiles good. But It's really awkward to edit small files, because I do not see the variables of the other files in them.

Is there a way to force IDE to differentiate variables from other? Only idea that I have it's in each separate file write file import from file with variables?

share|improve this question
"Only idea that I have it's in each separate file write file import from file with variables?" As far as I'm aware that's the ONLY way you can do for now (but I could be wrong). This ticket is about SCSS, but the explanation/reasoning behind seems to be the same: youtrack.jetbrains.com/issue/RUBY-9288 – LazyOne Nov 27 '12 at 11:12
The actual ticket that addresses this issue for LESS seems to be this one: youtrack.jetbrains.com/issue/RUBY-11241 – LazyOne Nov 27 '12 at 11:14
Sad, one hope on "Less compiler" author. Than will write "@import 'variables';" in each file – Godban Nov 27 '12 at 11:35

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.