Is this supported in the IDE?

Hello.

I have been playing arround with a project in vb.net for some time now, and i have a few things, that i dont know if already exists

1. Access codesnippets from intellisense! Its not fun to have to find my mouse, and press a few buttons, to just insert a simple for each snippet ;)
2. Access keywords from intellisense!

This 2 small things, i think is very importment.
Does this already exist Or is it possible to change


Answer this question

Is this supported in the IDE?

  • lester - MSFT

    For 1. you can access intellisense code snippets without using the mouse by typing followed by hitting the tab key.

    For 2 what sort of keywords are you looking for in intellisense

    Ting

  • vidalsasoon

    1. Would the Edit.InsertSnippet command be what you are looking for This command should be bound to Ctrl-K, Ctrl-X if you are using the default keyboard shortcuts...

    I don't have an answer for 2...

    Best regards,
    Johan Stenberg

  • Is this supported in the IDE?