Context and Problem Statement
Katello development environments do not ship with an easy option for code completion and syntax highlighting.
Proposal
Add solargraph ruby gem as a dev dependency to Katello with support of solargraph config files to make intellisense easily supported in the Katello project. This would only be added to the Katello developer environment only and would not effect anything user facing. Note that for devs that still do not want solargraph enabled it can be disabled at a project level for themselves.
I have provided an example of how solargraph behaves in VSCode.
Alternative Designs
We could possibly make solargraph opt-in vs a dev dependency.
