A VSCode extension that helps developers quickly find OceanBase SQL keywords documentation.
This extension only supports VSCode 1.101.0 and above. Please ensure your VSCode is upgraded to May 2025 or later.
- 🔍 Smart Keyword Recognition: Supports single keywords and multi-word keywords (such as
ALTER OUTLINE,ALTER EXTERNAL TABLE) - 🖱️ Hover Tooltips: Hover over keywords to display description information
- 🖱️ Double-click Navigation: Double-click keywords to directly jump to corresponding documentation
- 📖 CodeLens Links: Display "📖 View Documentation" links above keywords, click to jump
- 🔄 Hot Reload Configuration: Automatically takes effect after modifying
keywords.jsonfile - ⚙️ Custom Keywords: Supports user-defined keywords and documentation links
-
Search and install this extension in the VSCode extension marketplace, or download the
.vsixpackage and install it with the following command:code --install-extension oceanbase-sql-keywords-helper-*.vsix -
Restart VSCode after installation.
- Open or create a
.sqlfile, ensure the language mode in the bottom right corner is SQL. - Hover over OceanBase SQL keywords to view descriptions.
- Double-click keywords to directly jump to official documentation.
- "📖 View Documentation" links will appear above keywords, click to access detailed documentation.
- Single keywords: such as
SELECT,INSERT,UPDATE,DELETE, etc. - Multi-word keywords: such as
ALTER OUTLINE,CREATE MATERIALIZED VIEW, etc. - Case-insensitive
-
Extension not working?
- Please confirm VSCode version is 1.101.0 or above.
- Confirm the SQL file language mode is correct.
- Restart VSCode if you encounter issues.
-
How to customize keywords?
- Only source code developers can customize, regular users cannot directly modify keywords.
-
Extension errors or invalid navigation?
- Please ensure network connectivity, or report to the extension repository.
For suggestions, issues, or requirements, please leave a message in the extension marketplace or submit an Issue through GitHub.
Apache License 2.0