As a user of the CircleCI VS Code extension with a large and segmented CircleCI configuration, it would be great to have a support for navigation between multiple YAML files within the extension.
Use Case:
Our CircleCI configuration is split into multiple files for better organization, such as:
  • jobs-folder/test-job.yml
  • workflow-folder/test-workflow.yml
Currently, we cannot navigate from
test-workflow.yml
to the job definition in
test-job.yml
directly within VS Code.
Requested Feature:
Enhance the CircleCI VS Code extension to allow navigation across different YAML files that make up the CircleCI configuration, not just within the
.circleci/config.yml
file.
Created by Naoya Matayoshi
December 21, 2023