I'm building a Bootstrap website and using LESS. It's all working fine, but Visual Studio's Intellisense doesn't recognize some of the mixins.
I use this following at the top of my LESS file:
@import "bootstrap/bootstrap.less";
Some mixins, like .make-row() are recognized, but the column ones, such as .make-md-column(4) aren't.
The LESS compiles fine, so it's no more than a minor annoyance, but, if any one knows how to fix it, please let me know.
I'm using the VS2013, Web Essentials and the latest versions of Bootstrap and the LESS source.