Eclipse PDT 中“要求”的快捷方式一个文件?

发布于 2024-12-03 14:57:11 字数 140 浏览 1 评论 0原文

我正在使用 eclipse PDT 处理大型代码库,并且经常需要在文件开头添加大量 require_once 语句。是否有任何快捷方式(如 eclipse JDT 中那样)可以执行此操作?如果我可以避免每次想要包含文件时都必须写出文件的路径,那将非常有帮助。 谢谢!

I'm working with a large codebase using eclipse PDT and often need to add a lot of require_once statements at the beginning of the file. Are there any shortcuts (as there are in eclipse JDT) to do this? It would be super helpful if I could avoid always having to write out the path of a file each time I would like to include one.
Thanks!

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

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

发布评论

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

评论(1

淡笑忘祈一世凡恋 2024-12-10 14:57:11

在编辑器中输入 req 并按 Ctrl+Space。此(Ctrl+Space)将弹出自动完成建议,您可以从中选择 require_once。

另外,更新到 PDT 的最新版本。当我编写req时,它会自动选择requirerequire_once

Inside the editor type req and hit Ctrl+Space. This (Ctrl+Space) will pop up the auto-complete suggestions from which you can choose require_once.

Also, update to the last version of PDT. When I write req it offers automatically to choose require or require_once.

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