Thursday, 15 July 2010

css - Visual Studio intellisense for Bootstrap via CDN -



css - Visual Studio intellisense for Bootstrap via CDN -

i've installed bootstrap via microsoft cdn like:

<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>

and

<body> ... <script src="//ajax.aspnetcdn.com/ajax/bootstrap/3.1.1/bootstrap.min.js"></script> </body>

everything working fine bootstrap, however, visual studio isn't giving me kind of intellisense classes.

for example, typing

<div class="(intellisense should open here)

nothing comes up.

is there way intellisense cdn?

you can add together cdn references intellisence javascript, however, css not supported.

you can add file project , work, dont need add together ref html, project , should resolve issue.

css visual-studio-2012 twitter-bootstrap-3 intellisense cdn

No comments:

Post a Comment