我已经通过Microsoft CDN安装了Bootstrap,如:
<head> ... <link href="//ajax.aspnetcdn.com/ajax/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <link href="//ajax.aspnetcdn.com/ajax/bootstrap/3.1.1/css/bootstrap-theme.min.css" rel="stylesheet" type="text/css" /> </head>
和
<body> ... <script src="//ajax.aspnetcdn.com/ajax/bootstrap/3.1.1/bootstrap.min.js"></script> </body>
一切都可以用Bootstrap正常工作,但Visual Studio并没有给我任何类型的智能感知.
例如,打字
<div class="(intellisense should open here)
没有出现
有没有办法从CDN获得智慧感知?