Open CalaxDev opened 9 years ago
I've finally gotten around to installing Visual Studio 2015 and testing the extension in it. For me, after installing the extension and restarting VS, I do see the snippets in the Snippet Manager. Can you make sure you are using the most recent version of the extension and then try again to see if you see the snippets in the Snippet Manager?
I have a similar problem, I see the snippets in the Snippets Manager, but when I try to write the snippet for example bs-panel isn't showed in the list of available snippets.
Note: I tested it on VS 2015 Enterprise with Update 1 on Windows 10 x64, I have the latest version of the extension.
I can confirm that bs-panel does not show up in the snippet list in a Razor page even though it shows up in the Snippet Manager.
Visual Studio 2015 Professional with Bootstrap Snippet Pack v1.0.11
Same problem with VS15 update 1 on razor pages
I can see the Code Snippet Manager but I can't see any of the snippet in ASP.NET Forms. Oh and I am using Resharper with VS 2015 Enterprise Update 1 on Windows 10 x64.
same here: Plain HTML file with Resharper on VS2013 Update5 No Snippets on editor but thery are listed in snippets for HTML
Same here. But as a workaround, you can use the keyboard shortcut CTRL+K, CTRL+X, then enter in the Bootstrap group by pressing B, TAB _(or _Enter) and then looking for the snippet you want by typing its display name (not the bs-blabla shortcut).
This is still quick enough in my opinion.
I have the same issue, as a work around to avoid the problem I use the VS2012 where the extension works.
Same issue for me, for what it's worth
Same issue using VS Enterprise 2015 v14.0.25421.03 Update 3 on Windows 10. The Bootstrap folder is shown in the Code Snippets Manager, but is not listed inline when using ctrl+k, ctrl+x keyboard shortcut. @Citizen01's suggestion of typing in "B" or "Bootstrap" also does not work in VS2015.
Confirmed that Snippets still don't show up, despite being installed/reinstalled. They were working for me for some time however, so I believe that this issue is related to a conflict with another VS2015 extension.
edit: the workaround involving typing in bootstrap also does not work RE: grantnorwood's comment
Disabled 'Suggested Extensions', and 'HTML Snippet Pack' extension (https://github.com/madskristensen/HtmlSnippetPack). Bootstrap snippets now appear and work after previously being in the same apparent error state as grantnorwood.
Hi everyone, to enabled Bootstrap-snippet you should do: 1) In "Code Snippet Manager" copy your Bootstrap snippet path. 2) Remove Boostrap from list. 3) Add -> Paste previous path with Boostrap snippets.
I hope it will help.
You should start with <bs-[chose what] and tab
thanks to @filipkot for the suggestion! great set of snippets. thanks!
The Bootstrap-Snippets are not shown in my Snippet Manager using VS2015 latest version. Any fix planned for this?