Added new inlay hint kind and rules for method chaining
This commit is contained in:
@@ -200,6 +200,7 @@ pub struct InlayHintsParams {
|
||||
pub enum InlayKind {
|
||||
TypeHint,
|
||||
ParameterHint,
|
||||
ChainingHint,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user