gpt4 book ai didi

regex - 在 VS Code 中搜索多个术语

转载 作者:行者123 更新时间:2023-12-04 00:41:07 24 4
gpt4 key购买 nike

假设我在 VS Code 上搜索术语“word1 word2”。然后它会找到所有出现“word1”后跟“word2”的地方。实际上,我想找到 word1 和 word2 出现的所有文件,但它们不必是连续的。我该怎么做?

最佳答案

使用正则表达式标志并搜索 (word1[\s\S\n]*word2)|(word2[\s\S\n]*word1)
基于@tonix regex 做了一个小扩展:
https://marketplace.visualstudio.com/items?itemName=usernamehw.search

关于regex - 在 VS Code 中搜索多个术语,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49944569/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com