php    php100   android
當前位置:首頁 » Eclipse教學 »

Eclipse - 內容輔助 評論   編輯

內容輔助

Within an editor, content assist helps reduce the characters typed by providing a context sensitive list of possible completions to the characters already typed. The context assist can be invoked by pressing Ctrl + Space.

If you are editing the body of a method in the java editor and press Ctrl + Space on a new line it will bring up a dialog showing:

  • The class variables
  • The class methods
  • Super class methods
  • Other relevant classes

To select an item from the list just highlight the item using the up or down arrow keys and press enter.

If you type some characters and then press Ctrl + space the dialog box will show only items that start with the characters typed in.

貢獻/合作者

正在開放中...
 

評論(0條)

  • 還冇有評論!