Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

There is this nice program that enable you to easily create code snippets. I already managed to create snippets but it will be nice if the snippet where to show up in visual studio's intelicece.

For example visual studio already has several built in code snippets such as the one for creating the constructor of a class:

enter image description here

note that it was really easy and fast to use it.

On the other hand when I create my custom snippet with the program that I provided on the first link, these are the steps that I have to do in order to use it:

enter image description here

on step 3 I have to select the folder where the snippet that I created is located then on step 4 locate it.

It will be nice if I could use the code snippet that I created just like the ones that visual studio provides like the constructor one that I showed on the first image. Maybe if I place the snippet that I just created and place it where visual studio store the built in onces it works.

share|improve this question
This seems to indicate a method where you can execute the snippet by name without going through My Code Snippets: visualstudiotutor.com/2010/02/create-snippet-visual-studio-2010. – mellamokb Jun 1 '12 at 21:44

1 Answer

up vote 0 down vote accepted

I had to add a shortcut to the snippet.

after adding the shortcut it appear on the intelicence withouth having to navigate to the folder where it was located by presing ctrl+k and ctrl+x

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.