Skip to content

Intellij idea plugin to highlight Lombok's val in Java classes as if it were a standard keyword.

License

Notifications You must be signed in to change notification settings

fvsnippets/ValHighlight

Repository files navigation

ValHighlight

Plugin Description

Highlights Lombok's val in Java classes just as if it were a standard keyword.

Notice: At least syntax highlighting needs to be enabled on editor.

Screenshots

preview

preview

Installation instructions

  1. From JetBrains plugin store

    • From Settings/Preferences > Plugins > Marketplace
    • Now just lookup it up by name Val Highlighter
  2. Manually from hard drive

    • Run ./gradlew buildPlugin
    • In IntelliJ, go to Settings/Preferences, click Plugins from the side tree.
    • Click Install plugin from disk... and point to build/distributions/ValHighlight-1.0.0.zip

Disclaimer

Plugin is provided as is, with no warranty or support whatsoever.

About

Intellij idea plugin to highlight Lombok's val in Java classes as if it were a standard keyword.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages