Aptana:禁用 php else 关键字的代码辅助

发布于 2024-11-29 19:21:52 字数 253 浏览 0 评论 0原文

也许有人知道在 Aptana 中使用 PHP 源代码编辑器时如何仅禁用“else”关键字的内容辅助?

因为我真的非常讨厌这个关键字,因为在最新版本之后,它真的扰乱了我的工作流程,因为在输入“else”并按 Enter 键后,它会将其替换为:

else {
  [cursor stays here]
}

有时它决定完全摆脱缩进。

请注意,我不想完全禁用内容辅助,我只想禁用“else”关键字。

Maybe someone knows how to disable content assist only on 'else' keyword when working with PHP source editor in Aptana?

As I really, really hate it with this keyword, because after newest release it's really messing with my workflow as after entering 'else' and pressing enter it replaces it with:

else {
  [cursor stays here]
}

and sometimes it decides to get rid of indents completely.

Mind you I don't want to disable content assist completely, I just want to disable it for 'else' keyword.

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

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

发布评论

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

评论(1

暮光沉寂 2024-12-06 19:21:52

试试这个:

  1. 命令> PHP>编辑此包
  2. 在刚刚创建的新 php 项目中打开 snippets/snippets.rb
  3. 删除第 85 行左右的 else 的两个片段。保存文件

问题应该消失了。

Try this:

  1. Commands > PHP > Edit this bundle
  2. Open snippets/snippets.rb in the new php project it just created
  3. Delete the two snippets for else around line 85. Save the file

Problem should be gone.

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