Search code examples
azure-devopsazure-pipelinesazure-pipelines-yaml

Is there a feature or extension in Azure DevOps Pipeline that enables direct navigation to a YAML template through clicking?


I am looking for some tool/extension that will let me navigate to yaml template by clicking on its reference in another yaml file. I found this Chrome extension but it's not always work: YMLink

I tried the above extension, also searched in Azure Devops extensions but found nothing.

Thanks!


Solution

  • Is there a feature or extension in Azure DevOps Pipeline that enables direct navigation to a YAML template through clicking?

    Yes. I suggest that you can use the Built-in feature(View template option) in YAML Pipeline.

    When you use the YAML template in Pipeline, it will show an option: View template.

    enter image description here

    When you click this option, it will show the content of the template file.

    For example:

    enter image description here

    For more detailed info, you can refer to this doc: View and edit templates