Closed
Description
Hi,
Visual Studio (2013 Ultimate) provides intellisense for the src attribute for script elements, by reading the file system and displaying available files or folders.
It will be quite useful if similar functionality can be provided for <reference>
and import statements:
<reference path="foo/ <--- here
import foo = require('foo/ <--- and here