Aptana:禁用 php else 关键字的代码辅助
也许有人知道在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
问题应该消失了。
Try this:
Problem should be gone.