package dap

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Method
  2. | Function
  3. | Constructor
  4. | Field
  5. | Variable
  6. | Class
  7. | Interface
  8. | Module
  9. | Property
  10. | Unit
  11. | Value
  12. | Enum
  13. | Keyword
  14. | Snippet
  15. | Text
  16. | Color
  17. | File
  18. | Reference
  19. | Customcolor

Some predefined types for the CompletionItem. Please note that not all clients have specific icons for all of them.

include JSONABLE with type t := t
val to_yojson : t -> Yojson.Safe.t