在 Aptana Studio 3 中禁用代码辅助
有什么方法可以禁用 Aptana Studio 3 中的代码辅助吗?这让我简直要疯了!它改变了我不想改变的事情,它只是总体上妨碍了我的工作流程。直到最近的更新之前,这从来都不是问题,自那次更新以来,它的“协助”变得更加积极。我只是希望能够自己编写代码,而不会让我陷入困境。
Is there any way to disable code assist in Aptana Studio 3? It is driving me absolutely insane! It changes things I don't want changed, it just overall gets in the way of my workflow. It was never a problem until the most recent update and ever since that update it's been much more aggressive in it's "assisting." I just want to be able to write the code myself without it messing me up.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
对于考德威尔,
您提到的东西称为内容辅助。当您输入与 HTML/CSS 相关的代码时,它将显示代码辅助。
要在 Aptana Studio 3 中禁用内容辅助,请执行以下操作:
在主菜单(顶部菜单)中选择窗口 → 首选项 → 选择Aptana Studio → 内容辅助 →查看自动显示内容辅助,然后您将看到下拉菜单,然后单击下拉菜单选择关闭而不是默认延迟。
就这样。谢谢
To Caldwell,
The thing that you have mention is called Content Asisst. It will show a code-assist when you typing a code related to HTML/CSS.
To disable Content Assist in Aptana Studio 3 is :
Choose Window in the main menu ( menu avaiable on top) → Preferences → Choose Aptana Studio → Content Assist → Look at the Auto-display content asisst then you will see the drop down menu at besides, then click drop-down menu choose Off instead of Default delay.
That's all. Thank you
您提到的问题很可能在 3.0.4 的测试版中得到解决,但如果您需要关闭代码辅助,我建议:
a) Preferences >阿普塔纳>编辑器(主节点)
b) 首选项 >阿普塔纳>编辑> JavaScript(例如)并检查激活触发器。例如,您可能希望删除“(”和“.”。
The issue you are referring to is most likely resolved in the beta of 3.0.4, but if you need to turn code assist off, I would suggest:
a) Preferences > Aptana > Editors (main node)
b) Preferences > Aptana > Editors > JavaScript (for example) and check the activation triggers. You may wish to remove "(" and "." for example.
发现这篇文章试图关闭引号和 html 标签的自动完成功能。此功能称为自动关闭。可以通过转到窗口 -> 在 Windows 中关闭它。首选项->阿普塔纳工作室 ->编辑。这里有一个“键入”选项部分。取消选中“自动关闭匹配字符对”和“用匹配字符换行所选文本”对我来说很有效。
Found this article trying to turn off the auto-complete of quotes and html tags. This feature is called auto-close. It can be turned off in Windows by going to Window -> Preferences -> Aptana Studio -> Editors. Here there is a "Typing" section of options. Unchecking "Auto-close matching character pairs" and "Wrap selected text with matching characters" did the trick for me.