A.S. -prompt tips -2b contnd.

Alt + Shift + C: quickly review your recent changes to the project

use basic completion (ctrl + blankspace) within HTML, CSS and other files, for completig image file names

* You can start referring to an Ant property or target eve if it's ot defined yet. An intention action feature will suggest you to automatically create the necessary tag, without the need for you to leave your current editing location. 

* With a single keystroke, you can apply another code style/coloring scheme or keymap right from the editor. Just pressCtrl+後引號 (View | Quick Switch Scheme), to specify the scheme you want to change. 

* Use Ctrl+Shift+Enter to complete a current statement such asif, do-while,try-catch, return (or a method call) into a syntactically correct construct (e.g. add curly braces).

*When in the Go to Class, Go to Symbol, orGo to File popup, you can ease the search by filtering the lookup list with the help of the "camel words" prefixes.     

* Use Ctrl+Shift+I (View | Quick Definition), to quickly review definition or content of the symbol at caret, without the need to open it in a new editor tab.     

* By pressing Alt + shift + F10 you can access the Run/Debug dropdown on the main toolbar, without the need to use your mouse 

* The quick definition viewer (Ctrl + Shift + I) ca also be used for items in lookup lists that appear on code completion and class/file/symbol navigation commands. 

* You can quickly review all styles currently applied to a HTML tag, by right-clicking the tag name and selecting Show Applied Styles For Tag from the context menu

* It is possible to rename CSS selectors directly from HTML. Position the caret at the selector to be renamed and press Shift+F6 (Refactor | Rename).     

* Navigation bar is a quick alternative to the Project view.

Use Alt+Home keyboard shortcut to show the navigation bar, and arrow keys to locate the necessary files or folders.     

* The Changes tool window shows all deleted, modified, and unversioned files in a single view. Use Alt+9 keyboard shortcut to show or hide this tool window.

From the Changes tool window you can perform all the necessary version control actions: commit changes, manage changelists, put resources under version control, examine differences and more.     


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章