Packages

package codelenses

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

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 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.

  3. final class SuperMethodCodeLens extends CodeLens

Value Members

  1. object SuperMethodCodeLens

Ungrouped