Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fvsnippets/valhighlight
Intellij idea plugin to highlight Lombok's val in Java classes as if it were a standard keyword.
https://github.com/fvsnippets/valhighlight
intelij-ide-plugin intellij-idea java lombok
Last synced: about 2 months ago
JSON representation
Intellij idea plugin to highlight Lombok's val in Java classes as if it were a standard keyword.
- Host: GitHub
- URL: https://github.com/fvsnippets/valhighlight
- Owner: fvsnippets
- License: mit
- Created: 2024-05-02T04:03:52.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-02T06:04:46.000Z (9 months ago)
- Last Synced: 2024-10-31T13:23:05.463Z (3 months ago)
- Topics: intelij-ide-plugin, intellij-idea, java, lombok
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/24327-val-highlight
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/fvsnippets/ValHighlight/blob/3cde7daa2ddca47c7029f2726dee6b058e108b6d/screenshot/example.png)
![preview](https://github.com/fvsnippets/ValHighlight/blob/6f2c39e94e5fc4a6f6daa1b4eadd4421e021aedc/screenshot/example2.png)
## 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.