You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/assistant.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,11 @@ plugin that aims to helps you work faster and smarter.
14
14
The plugin currently supports 2 features:
15
15
16
16
1. Function node creation directly from the Node-RED editor toolbar
17
-
2. In-line Function code generation within the function node editor
18
-
3. In-line JSON generation within the JSON editor
17
+
2. In-editor Function code generation within the function node editor
18
+
3. In-editor JSON generation within the JSON editor
19
19
4. Flow Explainer to explain the selected nodes
20
-
5. In-line CSS and HTML generation for FlowFuse Dashboard `ui-template` nodes
20
+
5. In-editor CSS and HTML generation for FlowFuse Dashboard `ui-template` nodes
21
+
6. Inline code completions for Function node, Tables Query node and FlowFuse Dashboard `ui-template` node
21
22
22
23
To enable the Assistant and any new features, ensure your instance is running the latest Stack and the assistant is updated to the latest version.
23
24
@@ -42,7 +43,7 @@ If your function node requires multiple outputs, the assistant will know to set
42
43
on the function node setup.
43
44
44
45
45
-
### In-line Function Code Generation
46
+
### Function Code Generation
46
47
47
48
The FlowFuse Assistant plugin also adds a new code lens to the function node editor that allows you
48
49
to generate code directly within the editor.
@@ -52,7 +53,7 @@ to generate code directly within the editor.
52
53
This is useful when you want to quickly add code to an
53
54
existing function node without having to generate a full function node from scratch.
54
55
55
-
### In-line JSON Generation
56
+
### JSON Generation
56
57
57
58
The FlowFuse Assistant plugin also adds a code lens to the JSON editor that allows you
58
59
to generate JSON directly within the monaco editor.
@@ -66,9 +67,14 @@ any node that the TypedInput offers the JSON editor.
66
67
The FlowFuse Assistant plugin also adds a new button to the Assistant menu that will explain what the selected nodes do.
67
68
To use this feature, simply select the 1 or more nodes that you want to understand and click the "Explain Flows" button in the Assistant menu.
68
69
69
-
### In-line CSS and HTML Generation for FlowFuse Dashboard
70
+
### CSS and HTML Generation for FlowFuse Dashboard
70
71
71
72
The FlowFuse Assistant plugin also adds a code lens to the FlowFuse Dashboard `ui-template` node that allows you
72
73
to generate CSS and HTML directly within the code editor. It is aware of the context of the node and will
73
74
generate suitable CSS and HTML components for vuetify and the FlowFuse Dashboard.
74
75
76
+
### Inline Code Completions
77
+
78
+
The FlowFuse Assistant plugin also provides inline code completions for Function nodes, Tables Query nodes, and FlowFuse Dashboard `ui-template` nodes.
79
+
This feature helps you quickly complete your code without having to leave the editor.
80
+
It is context-aware and can suggest completions based on the current cursor position and the surrounding code.
0 commit comments