Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>PlPythonNew to Visual Studio Code? Get it now.
PlPython

PlPython

jimmyruann

|
384 installs
| (0) | Free
Syntax highlighting for python code in SQL Procedure Language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PlPython README

Features

Syntax highlighting for python code in SQL Procedure Language

Features

Usage

  • Change language from SQL to plpython3u. plpython3u is an extension of SQL. https://github.com/microsoft/vscode/tree/main/extensions/sql
  • Python code should be wrapped in between AS $$ and $$ LANGUAGE plpython3u in order t
AS $$

# Your python code goes here

$$ LANGUAGE plpython3u

Known Issues

  • No intellisense
  • No formatter
  • Commenting shortcut does not work

Contributing

Feel free to fork the branch and do an PR if you find any bugs or want to improve on the extension. Thank you.

Releases

1.0.0

Initial plpython3u extension

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