IslandSQL for VS CodeThis extension integrates a language server for IslandSQL in Visual Studio Code. IslandSQL parses all files with an IslandSQL supports any Oracle SQL*Plus or SQLcl file. However, DML statements are currently the only islands of interest. 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 8The external command SQL and PL/SQL Extension (optional)This extension does not provide syntax highlighting. For better user experience install Oracle Developer Tools for VS Code (SQL and PLSQL). |