Added new inlay hint kind and rules for method chaining

This commit is contained in:
Matt Hooper
2020-03-23 20:32:05 +01:00
parent fae627174a
commit a197abbc7a
5 changed files with 98 additions and 5 deletions

View File

@@ -200,6 +200,7 @@ pub struct InlayHintsParams {
pub enum InlayKind {
TypeHint,
ParameterHint,
ChainingHint,
}
#[derive(Debug, Deserialize, Serialize)]