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
[](https://open.vscode.dev/davelopez/galaxy-workflows-vscode)
<imgalt="Open in Visual Studio Code"src="https://img.shields.io/static/v1?logo=visualstudiocode&label=&message=Open%20in%20Visual%20Studio%20Code&labelColor=2c2c32&color=007acc&logoColor=007acc">
14
+
</a>
7
15
8
16
The **Galaxy Workflows VSCode extension** assists in editing [Galaxy](https://galaxyproject.org/) Workflow files while enforcing [best practices](https://planemo.readthedocs.io/en/latest/best_practices_workflows.html). Use it in combination with [Planemo](https://github.com/galaxyproject/planemo) for an optimal experience in developing and maintaining your Galaxy workflows.
9
17
@@ -29,7 +37,9 @@ If you find a bug or have a suggestion to improve your experience, please create
29
37
30
38
1. For example, open the IWC (_Intergalactic Workflow Commission_) repository on GitHub
31
39
32
-
[](https://vscode.dev/github/galaxyproject/iwc)
<imgalt="Open IWC repository in Visual Studio Code"src="https://img.shields.io/static/v1?logo=visualstudiocode&label=&message=Open%20IWC%20repository%20in%20Visual%20Studio%20Code&labelColor=2c2c32&color=007acc&logoColor=007acc)](https://vscode.dev/github/galaxyproject/iwc">
42
+
</a>
33
43
34
44
2. Install the extension if you haven't already:
35
45
@@ -84,11 +94,11 @@ You will receive diagnostics for every syntax error or incorrect property value
@@ -98,11 +108,11 @@ Hover over properties to get a description of what they are and how to use them.
98
108
99
109
#### Gxformat2 (yaml)
100
110
101
-

111
+
<imgalt="Documentation on Hover Demo"src="https://raw.githubusercontent.com/davelopez/galaxy-workflows-vscode/main/images/doc-hover-gxformat2.gif"width=877height=auto>
102
112
103
113
#### Legacy (ga)
104
114
105
-

115
+
<imgalt="Documentation on Hover Demo"src="https://raw.githubusercontent.com/davelopez/galaxy-workflows-vscode/main/images/doc-hover-native.gif"width=699height=auto>
106
116
107
117
[Back to Features ⬆️](#features)
108
118
@@ -112,11 +122,11 @@ Get [IntelliSense](https://code.visualstudio.com/docs/editor/intellisense#:~:tex
You can now edit Workflow Test Files (`*-test.yml`) with basic language support. This includes syntax highlighting, validation, auto-completion, and documentation on hover based on the _experimental_ schema for Workflow Test Files.
177
187
178
-

188
+
<imgalt="Workflow Tests Document Support Demo"src="https://raw.githubusercontent.com/davelopez/galaxy-workflows-vscode/main/images/workflow-test-documents-support.gif"width=1315height=auto>
0 commit comments