Files
modeling-app/rust/kcl-lib/tests/basic_fillet_cube_close_opposite/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

458 lines
14 KiB
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Result of parsing basic_fillet_cube_close_opposite.kcl
---
{
"Ok": {
"body": [
{
"declaration": {
"end": 283,
"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": [
{
"type": "LabeledArg",
"label": {
"end": 180,
"name": "tag",
"start": 177,
"type": "Identifier"
},
"arg": {
"end": 190,
"start": 183,
"type": "TagDeclarator",
"type": "TagDeclarator",
"value": "thing3"
}
}
],
"callee": {
"end": 176,
"name": "close",
"start": 171,
"type": "Identifier"
},
"end": 191,
"start": 171,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 211,
"name": "length",
"start": 205,
"type": "Identifier"
},
"arg": {
"end": 216,
"raw": "10",
"start": 214,
"type": "Literal",
"type": "Literal",
"value": {
"value": 10.0,
"suffix": "None"
}
}
}
],
"callee": {
"end": 204,
"name": "extrude",
"start": 197,
"type": "Identifier"
},
"end": 217,
"start": 197,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"end": 236,
"name": "radius",
"start": 230,
"type": "Identifier"
},
"arg": {
"end": 240,
"raw": "2",
"start": 239,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
}
},
{
"type": "LabeledArg",
"label": {
"end": 246,
"name": "tags",
"start": 242,
"type": "Identifier"
},
"arg": {
"elements": [
{
"end": 256,
"name": "thing3",
"start": 250,
"type": "Identifier",
"type": "Identifier"
},
{
"arguments": [
{
"end": 280,
"name": "thing3",
"start": 274,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"end": 273,
"name": "getOppositeEdge",
"start": 258,
"type": "Identifier"
},
"end": 281,
"start": 258,
"type": "CallExpression",
"type": "CallExpression"
}
],
"end": 282,
"start": 249,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
}
],
"callee": {
"end": 229,
"name": "fillet",
"start": 223,
"type": "Identifier"
},
"end": 283,
"start": 223,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
}
],
"end": 283,
"start": 10,
"type": "PipeExpression",
"type": "PipeExpression"
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 283,
"kind": "const",
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
}
],
"end": 284,
"start": 0
}
}