Tomcat Config LensTomcat Config Lens is a read-only VS Code extension that explains Tomcat-related configuration files while you edit them. Open a supported configuration file, place the cursor on a configuration line, and the Tomcat Explain panel shows what that line means, common examples, defaults, risks, and version context. 这是一个面向 Tomcat 配置阅读场景的解释器。它不会自动修改你的配置文件,也不使用 AI;当前解释来自本地规则库。 Features
Supported FilesTomcat:
Tomcat-adjacent framework files:
Spring Boot and MyBatis support is intentionally focused on deployment-related configuration, such as embedded Tomcat ports, context paths, datasource settings, mapper paths, and mapper SQL entries. How To Use
The panel updates automatically when Settings
ScopeTomcat Config Lens is currently an explainer, not a configuration editor. It does not rewrite files, generate production-ready server configurations, or replace the official Tomcat documentation. It is designed to help you understand what you are looking at before you change it. FeedbackIf an important Tomcat configuration line is not recognized, please open an issue with the file name and a small configuration snippet. |