1, modify the prompt shortcut key:
Window-> Preferences-> General-> keys in the Type filter text column, enter content, select content Assist, if there is a shortcut key (not your custom shortcuts), click R Emove Binding, then enter your own custom shortcuts in the Binding column, where I set up the alt+/.
2. Configure Tomcat server:
Window-> Preferences-> Servers-> Tomcat-> Tomcat 6.x selects enable under the Tomcat Server column and then specifies the installation directory for Tomcat. Expand the Tomcat 6.x directory-> JDK to specify the JRE version.
3. Import Web Project:
File-> Import-> Existing Projects into Workspace-> Next-> Select project Path-> Finish
4. Export the Web project:
File-> export-> java-> Select the export type-> Next-> Select the Web project, specify the export path and filename-> Finish.
5, change click JSP page default view and code display for full code display:
Window-> Preferences-> general–> Editors-> file Associations Select types in the right file *.jsp, associations Column Select MyEclipse JSP Editor, then click Default-> OK.
6, change the JSP page default encoding iso-8859-1 for UTF-8, so that it can support Chinese in the page:
MyEclipse-> perferences-> myeclipse-> Files and Editor-> JSP Select the encoding on the right, then select ISO 10646/unicode (UTF-8), point Click OK.
7, the common shortcut key:
Ctrl + Shift + C Select part of code comments and uncomment
Ctrl + Shift + F format code
Oh, there is a code of IntelliSense, search the network on a lot of. But I think beginners or their own handwritten code good, here is not introduced.