I just installed ASP.NET and web tools 2012.2 .
Finally, it provides first-class support for editing LESS files, including syntax highlighting, Intellisense, and validation.
My problem is that my mixins and variables files are in separate files and the merging is done dynamically so Intellisense doesn't kick them. How to add a link to these files to LESS files without using @import?
source
share