Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Ebean Enhancement 11 plugin for JavaNew to Visual Studio Code? Get it now.
Ebean Enhancement 11 plugin for Java

Ebean Enhancement 11 plugin for Java

Shabirmean

|
2,141 installs
| (2) | Free
An enhancement plugin for the Ebean ORM for Java. Modifies java runtime arguments to use the ebean-agent jar.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Java Ebean Enhancement 11 for VS Code

This extension provides bean enhancement for Ebean ORM based java projects. It acheives the same functionality as the Ebean Enhance for IntelliJ IDEA. The ebean enhancement is commonly acheived by running any Ebean based java project against the ebean java agent. Thus, this extension acheives the functionality of installing the required java agent to the local VS Code storage and enabling users to setup specific run configurations to use this agent.

Features

  • Set up Ebean enhancement to any specific project in the current VS Code workspace
  • Disable enhancement from any worksapce + run configuration you want
  • If you workspace already has multiple run configurations, then choose the specific configuration to which you want to enable ebean enhancement
  • Toggle between Enable/Disable from the command pallette

Settings menu

Command Pallette

Requirements

  • VS Code: 1.45.0 or above

Extension Settings

This extension contributes the following settings:

  • ebean.enhancement.enable: enable/disable ebean enhancement

Note: This extension setting is workspace folder specific. So each open workspace can have its own configuration for this setting in its .vscode/settings.json

Known Issues

  • If the current workspace already has multiple run configurations, then an option is provided to enable ebean enhancement to all of them. However, the implementation to this is yet to be completed. Currently only selection of individual configurations work.

Release Notes

1.0.0

  • Initial release of the Ebean Enhancer 11 for VS Code
  • Supports setting up ebean enhancement to speciifc workspacess if multiple are open
  • Supports setting up ebean enhancement to specific run configuration if multiple configurations are setup

Issues and request

Submit your issues and requests here

Acknowledgements

  • The authors of the Ebean Enhancement plugin for IntelliJ (the functionality was reversed engineered from their source code)
  • The Ebean-ORM website source (the icon for the extension is fetched from here)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft