如何在 ax2012 的代码编辑器中禁用智能感知?
有没有办法在 ax2012 的代码编辑器中禁用智能感知? 有时在编写选择语句时最好将其关闭......
Is there a way to to disable intellisense in ax2012's code editor?
sometimes when writing selecting statements it's better to have it off...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
选择工具->选项 -> 开发选项卡
在编辑器部分,有一个 Intellisense 复选框
请参阅有关在 AX 2012 中设置开发选项的 MSDN 文章
Select Tools -> Options ->Development Tab
In the editor section, there is a checkbox for Intellisense
See MSDN article for setting Development Options in AX 2012
如果您确实不需要“关闭”智能感知,您只想编写一个快速查询而不干扰:
智能感知通常会在编译错误的第一个迹象出现时在 ax 2012 中中断 - 只需在查询上方添加一个编译错误并在您想要恢复智能感知时将其删除(看,这是一个功能而不是错误!)
If you don't really need to 'turn off' intellisense, you just want to write a quick query without it interfering:
intellisense usually breaks in ax 2012 at the first sign of a compile error--just add a compile error above your query and remove it when you want intellisense back(see, it's a feature not a bug!)