Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>sr-sqlNew to Visual Studio Code? Get it now.
sr-sql

sr-sql

Steve Richter

|
9 installs
| (0) | Free
sql language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

sr-sql README

extension which applies to sql files

Features

Requirements

build

npm run compile or f5 to launch extension in debug mode

Installation

browse to this link: https://marketplace.visualstudio.com/items?itemName=SteveRichter.sr-sql click install

or CTRL+SHIFT+P type "Extensions: Install from VSIX..." select the .vsix file you created

publish

  1. Update the version number in package.json
  2. Run vsce package to create the .vsix file
  3. Run vsce publish to publish the new version to the marketplace

features

  • SQL goto definition. When the cursor is on a procedure name in a "call" statement, vscode will open the .sql file of the sql procedure.

  • PHP function definition provider. Press F12 with the cursor located in the name of a function call. The extension search for the PHP function declare code and instruct vscode to position the cursor at the function definition.

  • Javascript action definition provider. When the positioned at source line containst the pattern: action:'action_name', search the PHP files for $action == 'action_name'. If found, instruct vscode to position the cursor at the found PHP code.

  • DSPF semantic token provider. Provides syntax highlighting for IBM i DSPF source files based on semantic tokens.

  • HTML inline completion provider. For now, type and the extension will suggest an alert div block.

  • HTML VUE defintion provider. Press F12 within index.html to find the definition of variable or event handler in the app.mjs file.

Extension Settings

Known Issues

Release Notes

1.0.0

Initial release of ...

For more information

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft