bootstrap-snippets-visual-studio icon indicating copy to clipboard operation
bootstrap-snippets-visual-studio copied to clipboard

Snippets are not shown

Open CalaxDev opened this issue 10 years ago • 15 comments

The Bootstrap-Snippets are not shown in my Snippet Manager using VS2015 latest version. Any fix planned for this?

CalaxDev avatar Sep 14 '15 19:09 CalaxDev

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?

image

elebetsamer avatar Oct 28 '15 21:10 elebetsamer

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.

snippet snippet2

Note: I tested it on VS 2015 Enterprise with Update 1 on Windows 10 x64, I have the latest version of the extension.

Ryusei217 avatar Dec 09 '15 05:12 Ryusei217

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

image

image

Maetiz avatar Dec 18 '15 13:12 Maetiz

Same problem with VS15 update 1 on razor pages

xfrogg avatar Jan 21 '16 01:01 xfrogg

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.

attiqeurrehman avatar Jan 23 '16 19:01 attiqeurrehman

same here: Plain HTML file with Resharper on VS2013 Update5 No Snippets on editor but thery are listed in snippets for HTML

JPVenson avatar Feb 29 '16 14:02 JPVenson

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

image image image

This is still quick enough in my opinion.

Citizen01 avatar Apr 07 '16 14:04 Citizen01

I have the same issue, as a work around to avoid the problem I use the VS2012 where the extension works.

zinov avatar Jun 09 '16 02:06 zinov

Same issue for me, for what it's worth

jsmarsch avatar Jul 06 '16 17:07 jsmarsch

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.

image

grantnorwood avatar Jul 26 '16 19:07 grantnorwood

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

pcolumbro avatar Oct 01 '16 14:10 pcolumbro

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.

pcolumbro avatar Oct 01 '16 14:10 pcolumbro

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.

filipkot avatar Oct 19 '16 07:10 filipkot

You should start with <bs-[chose what] and tab

wad2eq avatar Dec 08 '16 12:12 wad2eq

thanks to @filipkot for the suggestion! great set of snippets. thanks!

jamesnovak avatar Jan 13 '17 01:01 jamesnovak