CodeLensParamsInfo


Object Hierarchy:

Object hierarchy for CodeLensParamsInfo

Description:

public class CodeLensParamsInfo : Object, WorkDoneProgressParams, PartialResultParams, CodeLensParams, Object

A code lens represents a command that should be shown along with source text, like the number of references, a way to run tests, etc.

A code lens is _unresolved_ when no command is associated to it. For performance reasons the creation of a code lens and resolving should be done in two stages.


Namespace: GVls
Package: GVls-21

Content:

Creation methods:

Inherited Members:

All known members inherited from class GLib.Object
All known members inherited from interface GVls.WorkDoneProgressParams
All known members inherited from interface GVls.PartialResultParams
All known members inherited from interface GVls.CodeLensParams
All known members inherited from interface GVo.Object