package codelenses
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait CodeLens extends AnyRef
-
final
class
RunTestCodeLens extends CodeLens
Class to generate the Run and Test code lenses to trigger debugging.
Class to generate the Run and Test code lenses to trigger debugging.
NOTE: (ckipp01) the buildServerCanDebug param is really only checking to see if the build server connection is bloop, which supports DAP. In the case of sbt, it doesn't so we don't want to generate these. In the future, if this becomes part of the BSP spec, we should be able to somply check to see if the build server is a DAP provider, and then generate these based off that.
- final class SuperMethodCodeLens extends CodeLens
Value Members
- object SuperMethodCodeLens