Skip to content

Commit af99a1e

Browse files
committed
docs: improve docs for vscode
[ci skip]
1 parent a089d02 commit af99a1e

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/guides/vscode.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ The extension adds a lineage view to SQLMesh models. To view the lineage of a mo
9595

9696
![Lineage view](./vscode/lineage.png)
9797

98+
### Render
99+
100+
The extension allows you to render a model with the macros resolved. You can invoke it either with the command palette `Render SQLMesh Model` or by clicking the preview button in the top right.
101+
98102
### Editor
99103

100104
The SQLMesh VSCode extension includes several features that make editing SQLMesh models easier and quicker:
@@ -107,7 +111,11 @@ See auto-completion suggestions when writing SQL models, keywords, or model name
107111

108112
**Go to definition and hover information**
109113

110-
Hovering over a model name shows a tooltip with the model description. Clicking the model name opens the file containing the model definition.
114+
Hovering over a model name shows a tooltip with the model description. Clicking the model name opens the file containing the model definition. This currently works for:
115+
116+
- models
117+
- ctes
118+
- python macros
111119

112120
**Diagnostics**
113121

0 commit comments

Comments
 (0)