Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Java Code LensNew to Visual Studio Code? Get it now.
Java Code Lens

Java Code Lens

AdeshKhandait

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

Java Code Lens README

Features

This extension provides code lens support for Java files in Visual Studio Code. Code lens is a feature that displays additional information about your code directly in the editor. With this extension, you can easily see references, implementations, and overrides of methods, as well as test coverage information.

List of Available Features:

  1. Add Codelens to entire file
  • This feature add codelens to entire files
  • Note: This can bit of overkill of codelens but it can be helpful

https://github.com/AdeshKhandait/javaCodeLens/assets/73058823/02ad7222-6893-4083-9a67-51c3430e74ee

  1. Dynamic Java Codelens
  • This feature add codelens only the current cursor

https://github.com/AdeshKhandait/javaCodeLens/assets/73058823/c447cee9-8178-475a-a996-7c437a142d36

Extension Settings

javaCodeLens.enable: This setting specify whether you need codelens to entire while or just on current cursor

Note: By Default this Setting is false

Known Issues

There are currently no known issues with this extension.

Release Notes

1.0.0

  • Initial release of the Java Code Lens extension.

Contribution

  • Please feel free to add new features to this extension
  • Create a issue for requesting any specific feature you need

Report an issue

  • Create a issue to report any bug

Enjoy!

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