Files
modeling-app/rust/kcl-lib/tests/basic_fillet_cube_start/ast.snap
Nick Cameron df278c7e6a Various hover improvements (#5617)
* Show more info on hover for variables

Signed-off-by: Nick Cameron <nrc@ncameron.org>

* Move hover impls to lsp module

Signed-off-by: Nick Cameron <nrc@ncameron.org>

* Make hover work on names inside calls, fix doc line breaking, trim docs in tool tips

Signed-off-by: Nick Cameron <nrc@ncameron.org>

* Test the new hovers; fix signature syntax

Signed-off-by: Nick Cameron <nrc@ncameron.org>

* Hover tips for kwargs

Signed-off-by: Nick Cameron <nrc@ncameron.org>

---------

Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-03-04 09:53:31 +00:00

433 lines
14 KiB
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Result of parsing basic_fillet_cube_start.kcl
---
{
"Ok": {
"body": [
{
"declaration": {
"end": 253,
"id": {
"end": 7,
"name": "part001",
"start": 0,
"type": "Identifier"
},
"init": {
"body": [
{
"arguments": [
{
"end": 28,
"raw": "'XY'",
"start": 24,
"type": "Literal",
"type": "Literal",
"value": "XY"
}
],
"callee": {
"end": 23,
"name": "startSketchOn",
"start": 10,
"type": "Identifier"
},
"end": 29,
"start": 10,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"elements": [
{
"end": 52,
"raw": "0",
"start": 51,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"end": 55,
"raw": "0",
"start": 54,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
}
],
"end": 56,
"start": 50,
"type": "ArrayExpression",
"type": "ArrayExpression"
},
{
"end": 59,
"start": 58,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 49,
"name": "startProfileAt",
"start": 35,
"type": "Identifier"
},
"end": 60,
"start": 35,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 74,
"name": "end",
"start": 71,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 79,
"raw": "0",
"start": 78,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"end": 83,
"raw": "10",
"start": 81,
"type": "Literal",
"type": "Literal",
"value": {
"value": 10.0,
"suffix": "None"
}
}
],
"end": 84,
"start": 77,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
},
{
"type": "LabeledArg",
"label": {
"end": 89,
"name": "tag",
"start": 86,
"type": "Identifier"
},
"arg": {
"end": 98,
"start": 92,
"type": "TagDeclarator",
"type": "TagDeclarator",
"value": "thing"
}
}
],
"callee": {
"end": 70,
"name": "line",
"start": 66,
"type": "Identifier"
},
"end": 99,
"start": 66,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 113,
"name": "end",
"start": 110,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 119,
"raw": "10",
"start": 117,
"type": "Literal",
"type": "Literal",
"value": {
"value": 10.0,
"suffix": "None"
}
},
{
"end": 122,
"raw": "0",
"start": 121,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
}
],
"end": 123,
"start": 116,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 109,
"name": "line",
"start": 105,
"type": "Identifier"
},
"end": 124,
"start": 105,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 138,
"name": "end",
"start": 135,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 143,
"raw": "0",
"start": 142,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"argument": {
"end": 148,
"raw": "10",
"start": 146,
"type": "Literal",
"type": "Literal",
"value": {
"value": 10.0,
"suffix": "None"
}
},
"end": 148,
"operator": "-",
"start": 145,
"type": "UnaryExpression",
"type": "UnaryExpression"
}
],
"end": 149,
"start": 141,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
},
{
"type": "LabeledArg",
"label": {
"end": 154,
"name": "tag",
"start": 151,
"type": "Identifier"
},
"arg": {
"end": 164,
"start": 157,
"type": "TagDeclarator",
"type": "TagDeclarator",
"value": "thing2"
}
}
],
"callee": {
"end": 134,
"name": "line",
"start": 130,
"type": "Identifier"
},
"end": 165,
"start": 130,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"end": 178,
"start": 177,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"end": 176,
"name": "close",
"start": 171,
"type": "Identifier"
},
"end": 179,
"start": 171,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 199,
"name": "length",
"start": 193,
"type": "Identifier"
},
"arg": {
"end": 204,
"raw": "10",
"start": 202,
"type": "Literal",
"type": "Literal",
"value": {
"value": 10.0,
"suffix": "None"
}
}
}
],
"callee": {
"end": 192,
"name": "extrude",
"start": 185,
"type": "Identifier"
},
"end": 205,
"start": 185,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 224,
"name": "radius",
"start": 218,
"type": "Identifier"
},
"arg": {
"end": 228,
"raw": "2",
"start": 227,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
}
},
{
"type": "LabeledArg",
"label": {
"end": 234,
"name": "tags",
"start": 230,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 243,
"name": "thing",
"start": 238,
"type": "Identifier",
"type": "Identifier"
},
{
"end": 251,
"name": "thing2",
"start": 245,
"type": "Identifier",
"type": "Identifier"
}
],
"end": 252,
"start": 237,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 217,
"name": "fillet",
"start": 211,
"type": "Identifier"
},
"end": 253,
"start": 211,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
}
],
"end": 253,
"start": 10,
"type": "PipeExpression",
"type": "PipeExpression"
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 253,
"kind": "const",
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
}
],
"end": 254,
"start": 0
}
}