Module: LanguageServer::Protocol::Constant::InlayHintKind
- Defined in:
- lib/language_server/protocol/constant/inlay_hint_kind.rb
Overview
Inlay hint kinds.
Constant Summary collapse
- TYPE =
An inlay hint that for a type annotation.
1
- PARAMETER =
An inlay hint that is for a parameter.
2