-
Notifications
You must be signed in to change notification settings - Fork 107
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 support for "go to definition" for template files #596
Comments
@mverbaas, thank you for sharing your idea. |
Hi @ivanduplenskikh, Thanks for the quick follow up. jobs:
- template: azure-pipelines/deploy-jobs.yml I'm not familiar with the extends keyword. What I expect is when the cursor is in the - template line and I press F12 (or right click go to definition) it would opent the deploy-jobs.yml file in a new editor window. |
@mverbaas, I found that we already have this functionality implemented. |
Great! I guess you read my mind for this request ;) |
@ivanduplenskikh, I notice there was an update and the functionality is present! |
Is it possible to add support for "go to definition" (F12) in the Azure DevOps pipeline when highlighting a file/template.
Creating modular pipeline with support makes navigating the structure easier.
For example, when you have a bicep file and select the referenced file (module) and selecting F12/go to definition it opens the file in a new tab. Same functionality would be greatly appreciated from a pipeline to template file.
The text was updated successfully, but these errors were encountered: