elebetsamer / bootstrap-snippets-visual-studio

A collection of Twitter Bootstrap snippets for Visual Studio.
MIT License
299 stars 93 forks source link

Snippets are not shown #6

Open CalaxDev opened 9 years ago

CalaxDev commented 9 years ago

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

elebetsamer commented 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?

image

Ryusei217 commented 8 years ago

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.

Maetiz commented 8 years ago

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

xfrogg commented 8 years ago

Same problem with VS15 update 1 on razor pages

attiqeurrehman commented 8 years ago

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.

JPVenson commented 8 years ago

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

Citizen01 commented 8 years ago

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.

zinov commented 8 years ago

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

jsmarsch commented 8 years ago

Same issue for me, for what it's worth

grantnorwood commented 8 years ago

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

pcolumbro commented 8 years ago

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 commented 8 years ago

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.

filipkot commented 8 years ago

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.

wad2eq commented 7 years ago

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

jamesnovak commented 7 years ago

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