Interface ICodeLensService


  • public interface ICodeLensService
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<? extends org.eclipse.lsp4j.CodeLens> computeCodeLenses​(Document document, org.eclipse.xtext.resource.XtextResource resource, org.eclipse.lsp4j.CodeLensParams params, org.eclipse.xtext.util.CancelIndicator indicator)
      Compute code lenses for the given context.
    • Method Detail

      • computeCodeLenses

        java.util.List<? extends org.eclipse.lsp4j.CodeLens> computeCodeLenses​(Document document,
                                                                               org.eclipse.xtext.resource.XtextResource resource,
                                                                               org.eclipse.lsp4j.CodeLensParams params,
                                                                               org.eclipse.xtext.util.CancelIndicator indicator)
        Compute code lenses for the given context.