|
202 | 202 | {
|
203 | 203 | "title": "Editor › Hints",
|
204 | 204 | "properties": {
|
205 |
| - "tact.editor.hints.types": { |
| 205 | + "tact.hints.types": { |
206 | 206 | "type": "boolean",
|
207 | 207 | "default": true,
|
208 | 208 | "description": "Show type hints for variables and expressions"
|
209 | 209 | },
|
210 |
| - "tact.editor.hints.parameters": { |
| 210 | + "tact.hints.parameters": { |
211 | 211 | "type": "boolean",
|
212 | 212 | "default": true,
|
213 | 213 | "description": "Show parameter name hints in function calls"
|
214 | 214 | },
|
215 |
| - "tact.editor.hints.showExitCodes": { |
| 215 | + "tact.hints.showExitCodes": { |
216 | 216 | "type": "boolean",
|
217 | 217 | "default": true,
|
218 | 218 | "description": "Show exit codes in require() call"
|
219 | 219 | },
|
220 |
| - "tact.editor.hints.exitCodeFormat": { |
| 220 | + "tact.hints.exitCodeFormat": { |
221 | 221 | "type": "string",
|
222 | 222 | "enum": [
|
223 | 223 | "decimal",
|
|
230 | 230 | "Show exit codes in hexadecimal format (e.g. 0x4D2)"
|
231 | 231 | ]
|
232 | 232 | },
|
233 |
| - "tact.editor.hints.showMethodId": { |
| 233 | + "tact.hints.showMethodId": { |
234 | 234 | "type": "boolean",
|
235 | 235 | "default": true,
|
236 | 236 | "description": "Show method ID hints for contract functions"
|
237 | 237 | },
|
238 |
| - "tact.editor.hints.showExplicitTLBIntType": { |
| 238 | + "tact.hints.showExplicitTLBIntType": { |
239 | 239 | "type": "boolean",
|
240 | 240 | "default": true,
|
241 | 241 | "description": "Show explicit TL-B type hints (as int257) for Int fields"
|
|
245 | 245 | {
|
246 | 246 | "title": "Editor › Gas Hints",
|
247 | 247 | "properties": {
|
248 |
| - "tact.editor.gasHints.showGasConsumption": { |
| 248 | + "tact.hints.showGasConsumption": { |
249 | 249 | "type": "boolean",
|
250 | 250 | "default": true,
|
251 | 251 | "description": "Show gas consumption hints for asm functions"
|
252 | 252 | },
|
253 |
| - "tact.editor.gasHints.showAsmInstructionGas": { |
| 253 | + "tact.hints.showAsmInstructionGas": { |
254 | 254 | "type": "boolean",
|
255 | 255 | "default": true,
|
256 | 256 | "description": "Show gas consumption hints for assembly instructions"
|
257 | 257 | },
|
258 |
| - "tact.editor.gasHints.showPushcontGas": { |
| 258 | + "tact.hints.showPushcontGas": { |
259 | 259 | "type": "boolean",
|
260 | 260 | "default": true,
|
261 | 261 | "description": "Show gas consumption hints for PUSHCONT blocks"
|
262 | 262 | },
|
263 |
| - "tact.editor.gasHints.gasFormat": { |
| 263 | + "tact.hints.gasFormat": { |
264 | 264 | "type": "string",
|
265 | 265 | "default": ": {gas}",
|
266 | 266 | "description": "Format string for gas consumption hints. Use {gas} as placeholder for the gas value and {stack} for the stack info",
|
|
0 commit comments