gpt4 book ai didi

eclipse - 在 Eclipse 中搜索 JavaDoc

转载 作者:行者123 更新时间:2023-12-02 06:46:26 24 4
gpt4 key购买 nike

有没有办法只在 javadoc 注释中搜索(通过 Eclipse)?我只想在 javadoc 注释中查找文本...

最佳答案

我能想到的唯一方法是对所有 .java 文件使用 Eclipse 文件搜索对话框,并使用此正则表达式作为输入:

"(?s:/\*\*([^\*]|\*[^/])*?###INPUT###.*?\*/)"

并将 ###INPUT### 替换为您要搜索的内容。

查看此other question关于这个正则表达式。

关于eclipse - 在 Eclipse 中搜索 JavaDoc,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/689007/

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