Skip to content

Commit 3e02a74

Browse files
authored
feat(tlb): add inlay hint with calculated type hash (#189)
Fixes #188
1 parent 6b6fc18 commit 3e02a74

File tree

10 files changed

+767
-137
lines changed

10 files changed

+767
-137
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,16 @@
601601
"type": "boolean",
602602
"default": true,
603603
"description": "Show type hints for constants without explicit type"
604+
},
605+
"ton.tlb.hints.disable": {
606+
"type": "boolean",
607+
"default": false,
608+
"description": "Disable all inlay hints for TL-B"
609+
},
610+
"ton.tlb.hints.showConstructorTag": {
611+
"type": "boolean",
612+
"default": true,
613+
"description": "Show constructor tag hints for TL-B constructors without explicit tags"
604614
}
605615
}
606616
},

0 commit comments

Comments
 (0)