Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>BioSTEAM ExplorerNew to Visual Studio Code? Get it now.
BioSTEAM Explorer

BioSTEAM Explorer

Mark Mba

|
2 installs
| (0) | Free
Browse BioSTEAM units, compounds, and helpful commands right from the VS Code activity bar.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

BioSTEAM Explorer VS Code Extension

BioSTEAM Explorer adds a dedicated activity bar container that lets you browse BioSTEAM units, compound utilities, and quick links to core workflows without leaving VS Code.

Features

  • Units panel – Discover frequently used BioSTEAM unit operations and insert ready-to-run sample code.
  • Compounds panel – Access compound and thermodynamic helper references powered by Thermosteam.
  • Commands panel – Open tutorials, API reference materials, and community links (with code snippets for quick starts).
  • Refresh command – Use the refresh button on any panel (or run the BioSTEAM: Refresh Views command) to reload the lists.

Clicking an item pastes context-aware Python code into the active editor; snippets assume bst (from import biosteam as bst) is already in scope and omit simulation calls. The context menu still provides a shortcut to open the relevant documentation page in your browser.

Requirements

The extension only surfaces links; you can explore documentation without an active Python environment. To run BioSTEAM locally, follow the official installation instructions.

Development

npm install
npm run compile

Debugging

  1. Open this folder in VS Code.
  2. Run the Run Extension launch configuration.
  3. The extension development host shows the BioSTEAM view container in the activity bar.

Testing

npm test

Packaging

npm install -g @vscode/vsce
vsce package

License

MIT

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