Packages

package codelenses

Type Members

  1. trait CodeLens extends AnyRef
  2. 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 isBloopOrSbt param is really only checking to see if the build server connection is bloop or sbt, which support debugging. Despite the fact, that canDebug capability is already a part of the BSP spec, bloop and sbt doesn't support this option, so we have to add additional if in order to generate lenses for them.

  3. final class SuperMethodCodeLens extends CodeLens
  4. class WorksheetCodeLens extends CodeLens

Ungrouped