Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2012/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio 2012 自定义环绕功能_Visual Studio 2012_Shortcut_Surround - Fatal编程技术网

Visual studio 2012 自定义环绕功能

Visual studio 2012 自定义环绕功能,visual-studio-2012,shortcut,surround,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)执行此操作? 非常感谢

我不想在Microsoft Visual Studio 12中创建带有函数的自定义环绕。 我怎么做? 我的自定义环绕功能应执行以下操作:

**"some text"** //I mark the text and do the function
This happens:
console.log(**"some text"**);
此外,是否可以通过键盘快捷键(如Ctrl+w)执行此操作? 非常感谢