IslandSQL for VS CodeThis extension integrates a language server for IslandSQL (
The current islands of interests are DML statements of the following database management systems:
This extension is considered an early prototype of a language server integration in VS Code. FeaturesOutline ViewShow DML statements in SQL files. Command "Find in DML..."Find text in DML statements within SQL files. The serarch expression is a case-insensitive regular expression (dot matches new lines). The result is shown in the explorer view in the sidebar. RequirementsJRE/JDK 11Version 11 or newer is required. Java is used to start the language server process locally. If no Syntax HighlightingThis extension does not provide syntax highlighting. Associate the file/editor with another language such as SQL for syntax highlighting. |