Atom“在项目中查找”不在 Buildroot 的输出/构建目录中返回结果

发布于 2025-01-15 06:03:08 字数 669 浏览 0 评论 0 原文

Atom 的“在项目中查找”无法返回 Buildroot 的输出/构建目录和子目录中的结果。 我可以做些什么或改变atom的设置以使其工作吗?

重现步骤

git clone git://git.busybox.net/buildroot; cd buildroot
make qemu_aarch64_virt_defconfig
make host-pkgconf
cd output/build; atom .
ctl-shift-f
Search for something common like char
Nothing is returned
grep -r char returns plenty

在output/build/* 目录中单独使用atom 时,同样的问题仍然存在。

预期行为

能够在 buildroot 的输出/构建目录的子目录中“在项目中查找”。

实际行为

尽管 grep -r 在同一目录中找到了很多结果,但没有返回任何结果。

atom github页面也提出了这个问题

Atom's "find in project" fails to return results in Buildroot's output/build directory and subdirectories.
Is there anything I can do or change in atom's setup to make it work ?

Steps to Reproduce

git clone git://git.busybox.net/buildroot; cd buildroot
make qemu_aarch64_virt_defconfig
make host-pkgconf
cd output/build; atom .
ctl-shift-f
Search for something common like char
Nothing is returned
grep -r char returns plenty

The same problem persists when using atom in the output/build/* directories individually.

Expected behavior

To be able to "find in project" in the subdirectories of buildroot's output/build directory.

Actual behavior

No results are returned despite grep -r in the same directory finding plenty.

This problem is also posed on the atom github page

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

江湖彼岸 2025-01-22 06:03:09

默认情况下,“在项目中查找”会忽略被版本控制系统忽略的文件。可以在核心设置中禁用此设置。

输入图片此处描述

由于这对于大多数工作流程来说并不理想,因此您可能需要查看第三方软件包,例如 atom-ignore类似包

By default, "Find in project" ignores files that are ignored by your Version Control System. This settin can be disabled in the Core Settings.

enter image description here

Since this is not ideal for most workflows, you might want to look at third-party packages that such as atom-ignore or similar packages.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文