-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Is your feature request related to a problem?
In repositories that are not making use of Lombok, it would be beneficial to have the ability to disable a portion of the aspect related to Lombok. This represents a potentially large number of actions that could be eliminated from the sync process.
Describe the solution you'd like
In order to remove a portion of the aspect, I suspect that we'll actually need to generate the aspect (from a template) before running. If we had that in place, removing the Lombok specifics would be fairly simple. However, that is a pretty big shift and likely relies on the outcome of #2 before this could be done.
For context, JetBrains' new Bazel plugin for IntelliJ does something similar.
Describe alternatives you've considered
Currently we've copied all of the indexer code (everything under bsp_server) into our repository and have manually made the modifications.
Which component does this relate to?
SCIP Generation
Additional context
No response
Code of Conduct
- I agree to follow this project's contribution guidelines