Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Spring Bean InvokerNew to Visual Studio Code? Get it now.
Spring Bean Invoker

Spring Bean Invoker

newhoo

|
762 installs
| (0) | Free
Invoke spring bean method in java project conveniently.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

spring-bean-invoker

Invoke spring bean method in java project conveniently. Install via the VSCode Marketplace or see Installation Instructions.

Features

Invoke spring bean method conveniently:

  • Firstly add vmArgs in launch.json file. Click context menu item to generate quickly.
  • Need give a public method with no parameter in spring bean. On the method, you can invoke other - methods as you want.
  • Shortcut: right click on current method line, and click Invoke Bean Method. Default shortcut key is option/alt + x.
  • Set port: not required usually. If you get trouble with windows dynamic port, try default-dynamic-port-range-tcpip.

快速调用 Spring bean 方法,使用:

  • 在 launch.json 添加 vmArgs,可右键快速生成
  • 需指定无参 public 方法,支持自动生成。此方法中,可实现其他有参函数调用
  • 入口:当前方法名称上右键,找到调用 Bean 方法,默认快捷键 option/alt + x
  • 指定端口:通常不需要指定,如果遇到 windows 动态端口占用,可参考 TCP/IP 默认动态端口范围

Usage

  • Generate vmArgs

Generate vmArgs

  • Invoke bean method

Requirements

VSCode 1.85.0 or newer

Development

Compile before debugging. Debug (F5) while editing extension.ts to spawn a VSCode debug instance.

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