If you try to create a JSP page in your eclipse project using Spring Tool Suite and you do not see the JSP file type, you anyway create the file, you will not get the default template of intelligence support because STS does not ship Eclipse Java EE Developer Tools by default, you will need to get it downloaded and installed from the Eclipse Marketpalce.
- Go to Eclipse
- Go to Help -> Eclipse Marketplace...
- Search for "Eclipse Enterprise Java and Web Developer Tools" and click on install,
- Accept the terms and install the plugins
- Once the installation is complete, you should be able to see jsp option and code syntax highliting.

Eclipse Enterprise Java and Web Developer Tools STS
You will get access to JSF, JSP, Java Servlet, Java Web Servers, tag libraries Java Enterprise server, Servlet Container, Java Application launching, and debugging. Includes the JSP, HTML, CSS, and JSON Editors, and the XML, XML Schema, XML Stylesheet, and DTD Editors from the Eclipse Web Tools
Read: https://mattermost.eclipse.org/eclipse/channels/webtools
More Posts related to Eclipse,
- How to show console in Eclipse IDE
- How to Configure GitHub with Eclipse IDE in 2023
- Fix: Eclipse Connection time out: github.com
- Java was started but returned exit code=13 [Eclipse]
- [Fix] Spring Tool Suite STS Code Autocomplete not working with Eclipse
- [Eclipse] Enable or Disable print margin line
- Eclipse Java: Multiple markers at this line error
- Java Decompiler Eclipse Plugin
- Compare Current and Previous Versions of Same File (Local History) in Eclipse
- Eclipse Error : The Eclipse executable launcher was unable to locate its companion shared library.
- Word-wrap Eclipse Console logs
- eclipse maven m2e : Cannot complete the install
- How to Save Eclipse console logs in external log file
- List of Code Snippets/Templates to Eclipse IDE
- How to Access Terminal (Command Line) in Eclipse IDE
- Installing JD Decompiler plugin in Eclipse IDE
- How to Reset Eclipse Theme to Classic
- Increase Font Size of Eclipse Java Code
- Eclipse: Updating Maven Project. Unsupported IClasspathEntry kind=4
- INVALID FILE NAME: MUST CONTAIN ONLY [a-z0-9_.] Android Eclipse Error
- Fix: Eclipse Cant Connect to any repository not Authorized Error GitHub
- [Eclipse] Syntax error, annotations are only available if source level is 1.5 or greater
- Add imports in eclipse shortcut key combinations
- Eclipse version 32-bit or 64-bit check on macOS
- How to create a Git Project in Eclipse (Step-by-step)
More Posts:
- Mac OS X Error: Could not create the Java Virtual Machine - Mac-OS-X
- List of Java JDK Versions till Year 2023 with LTS Support Included - Java
- Make Android View Scrollable both Horizontally and Vertically - Android
- [Solved] Mic not working on iPhone 7 after iOS 14 upgrade - Apple
- Android Shared Preferences API tutorial - Android
- Disable Startup Sound on macOS - MacOS
- Add comma or semicolon at end of each line Notepad++ - NotepadPlusPlus
- [Android] This view is not constrained vertically: at runtime it will jump to the top unless you add a vertical constraint - Android