标签: visual-studio-2012 shortcut surround
我不想在Microsoft Visual Studio 12中创建自定义环绕功能。 我该怎么做? 我的自定义自定义环绕功能应该这样做:
**"some text"** //I mark the text and do the function This happens: console.log(**"some text"**);
此外,是否可以在键盘快捷键上执行此操作(例如 Ctrl + w )? 非常感谢。