110 likes | 302 Views
Development Web With IntelliJ IDEA. 雷卷. Agenda. Editor Actions JavaScript support HTML Support CSS support Code Inspection Intention Action. Editor Actions. Ctrl+Space: Code Completion Ctrl+Alt+T: Surround with Ctrl+Shift+Delete: Remote Surround Ctrl+B: Go to delaration
E N D
Agenda Editor Actions JavaScript support HTML Support CSS support Code Inspection Intention Action
Editor Actions • Ctrl+Space: Code Completion • Ctrl+Alt+T: Surround with • Ctrl+Shift+Delete: Remote Surround • Ctrl+B: Go to delaration • Ctrl+Shift+I: Show content • Ctrl+Q: Quick Document • Ctrl+/: Comment • Alt+Enter: Invoke Intention Action
Navigation Actions • Ctrl+Shift+N: Open File • Ctrl+Shift+Alt+N: Open symbol
JavaScript Support • JSDoc Full Support • YUI, JQuery, DOJO, ExtJS support • Javascript Debug • Refactor: rename, Move file, safe delete • JS Inspections
JsDoc tags • @class and @construct • @extends Class_Name • @param {paramType} paramName paramDescription • @Type Class_Name • @namepsace • @static
HTML Support • Navigation with the active breadcrumbs bar • HTML validation & quick-fixes • Show Applied Styles for Tag • Open in Browser command
CSS Support • CSS code completion • Properties merge • Quick doc • On-the-fly validation & intention actions
Velocity Support • Javascript, CSS, HTML Support • Java Support • Data Language and Template Language • Inspections and Intentions
Q&A Leijuan