Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature Insert param reference/output filter #264

Merged
merged 9 commits into from
Sep 30, 2024

Conversation

davelopez
Copy link
Collaborator

fixes #262

This PR adds two new custom commands.

One for picking a param reference and then inserting it at the current cursor position.

ToolInsertParamRef

And the other one does a similar thing but creates "dictionary access like" references to be used, for example, in output filters.

image

You can invoke these commands using the Command Palette (ctrl+shift+p) and then searching for Galaxy Tools... or by using the default keyboard shortcuts, ctrl+alt+i+p (for insert param reference) and ctrl+alt+i+f for inserting the filter version of the reference. Remember that you can always customize your key bindings.

@davelopez davelopez added feature New feature proposal language server Related to the language server vscode extension Related to the VS Code extension labels Sep 30, 2024
@davelopez davelopez added this to the v0.13.0 milestone Sep 30, 2024
@davelopez davelopez merged commit 375f77b into main Sep 30, 2024
7 checks passed
@davelopez davelopez deleted the feature_insert_param_reference branch September 30, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature proposal language server Related to the language server vscode extension Related to the VS Code extension
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: extract command reference and output filter reference from input parameter
1 participant