CodeLensInfo


Object Hierarchy:

Object hierarchy for CodeLensInfo

Description:

public class CodeLensInfo : Object, CodeLens, 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.CodeLens
All known members inherited from interface GVo.Object