用语义解析整个项目

发布于 2024-08-31 13:29:49 字数 64 浏览 7 评论 0原文

我正在寻找一种用源代码和语义解析整个目录的方法。是否可以在不显式打开 emacs 中的每个文件的情况下完成此操作?

I'm searching for a way to parse the whole directory with source code with semantic. Is this possible to do without explicitly opening each file in emacs?

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

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

发布评论

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

评论(2

司马昭之心 2024-09-07 13:29:49

是的,

CEDET 中有一个称为 EDE 项目的东西 - 您可以在其中指定项目文件中的文件列表。然后,Semantic 对 .ede 项目中列出的所有文件进行分析,并将其存储在数据库中。

此时,补全和智能感知将对所有这些文件起作用。

Yes,

There's a thing called an EDE project in CEDET - where you can specify the list of files in a project file. Semantic then does analysis of all of the files listed in the .ede project, and stored that in the database.

At that point, completion and intellisense works on all of those files.

一身仙ぐ女味 2024-09-07 13:29:49

我在 EDE 之上使用 projman 模式。它有助于创建项目,并提供方便的功能来查找所有源文件并生成全局 TAGS 文件。在过去的几年里,我断断续续地尝试过 CEDET,但总是失望而归,直到我发现了 projman。

I use projman mode on top of EDE. It aids in the creation of projects and provides convenient functions to find all source files and generate a global TAGS file. I had tried CEDET on and off for the past couple years and had always come away disappointed until I discovered projman.

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