custom code snippets in intellisense

后端 未结 3 1428
梦毁少年i
梦毁少年i 2021-01-04 12:06

I\'ve started exporting some of my frequently used blocks of code to custom snippets. Is there a way to get these to show up in IntelliSense and not have to use the snippet

3条回答
  •  情歌与酒
    2021-01-04 12:27

    You need to set the ShortCut property like slpropdp. The best way to learn editing this, just check any of the already existing codesnippets. By, going to Tools -> Code snippet manager. Select any code snippet, the location of the code snippet will be available at the top location bar

提交回复
热议问题