admin 管理员组文章数量: 1086019
I've installed the vscode-regex plugin and I'm now attempting to get it to work. I have the following javascript and text document side by side in VSCode:
However I'm not getting any matches in the email.txt
document. I tried the keyboard mant ctrl + alt + m, but still no love. Any ideas?
I've installed the vscode-regex plugin and I'm now attempting to get it to work. I have the following javascript and text document side by side in VSCode:
However I'm not getting any matches in the email.txt
document. I tried the keyboard mant ctrl + alt + m, but still no love. Any ideas?
- 3 Why the "off-topic" vote to close? Is not "software tools monly used by programmers" specifically on-topic? – John Hascall Commented Jul 17, 2018 at 20:13
1 Answer
Reset to default 7The instructions of the VS-Code Regex Preview Plugin look straightforward: Just open the test and the sample in side-by-side view, hit the hotkey Ctrl+Alt+M
(⌥⌘M
).
Unfortunately, I run into the same and could not get it working initially.
The solution: I've used the hotkey, then click the grey link: Test Regex...
Actually, the link and the hotkey do the same. However, the hotkey only works after the matching has been triggered by the link or clicking the actual regex pattern (as mentioned by Mark) first.
本文标签: javascriptUsing the vscoderegex pluginStack Overflow
版权声明:本文标题:javascript - Using the vscode-regex plugin? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://roclinux.cn/p/1744070675a2528424.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论