Dreamweaver CS5 code hinting

£可爱£侵袭症+ 提交于 2019-12-02 20:06:53

问题


I've been programming in Xcode a lot and the code hinting/autocompletion is amazing. Now Im working with CS5 and it's a pain to need to hit Crtl+Space every single time for code completion. Every time i type a letter, instead of autocompletion, dreamweaver saids "There is a syntax error on line ... Code hitting may not work until you fix this".

So is there anyway to have code hinting enable right when you type a letter or at least have error checking be less aggressive? Thank you so much!


回答1:


Unfortunately, you don't get a ton of control over Dreamweaver's code hinting and syntax checking.

The code hinting can be enabled or disabled and also given a delay before appearing at Edit | Preferences | Code Hinting.

The Syntax Error in the header can be disabled in Split View or Code View from the Coding Toolbar. Look for the icon that has the triangular yellow background with an exclamation point and toggle it. When you have invalid syntax you'll still get red coloring on the line numbers (or left margin if you disable the line numbers) but that's about it.



来源:https://stackoverflow.com/questions/9764365/dreamweaver-cs5-code-hinting

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!