vote up 0 vote down star

I'm trying to use the simple pre-installed code snippets in VS2008. I can insert them by right-clicking and using Insert Snippet..., but I can't get them to work while typing. If I start to type "for", I get the Intellisense list, and I see an entry for the code snippet, but hitting Tab or Enter just inserts the word for, not the snippet.

What am I doing wrong here?

flag

73% accept rate

4 Answers

vote up 5 vote down check

try hitting tab once more..

link|flag
What he said... :) – Sakkle Feb 16 at 12:38
vote up 0 vote down

Or in Emacs style

ctrl-k ctrl-x
link|flag
vote up 0 vote down

It could be your using any kind of VPC software that is intercepting your tab commands and inject them into VPC with a wrong code. I havent found a solution yet though.

link|flag
vote up 0 vote down

Which language you are using?

C++ snippets don't work in VS2008. MS took that feature out :(

link|flag

Your Answer

Get an OpenID
or

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