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

Make "Open referenced file" more accessible #921

Closed
bmuskalla opened this issue Aug 17, 2021 · 1 comment · Fixed by #989
Closed

Make "Open referenced file" more accessible #921

bmuskalla opened this issue Aug 17, 2021 · 1 comment · Fixed by #989
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers VSCode

Comments

@bmuskalla
Copy link
Contributor

Is your feature request related to a problem? Please describe.
When dealing with qlref files (especially in tests), i want an easy way to navigate to the referenced ql file. In the Explorer, this can be achieved by using the Open referenced file command when selecting a qlref file.

Describe the solution you'd like
I think the current feature is not very accessible as it's pretty well hidden and does not follow usual UX patterns found in VS code. The following are some ideas how to solve this (ordered by value)

  • With a qlref file open in an editor, ability to navigate to the ql file within the editor (click the link/Go To Definition command)
  • Ability to use the command on a selected qlref file in the Test Explorer (currently errors out)
  • Ability to use the command on an open qlref file

Describe alternatives you've considered
An alternative may be to (at least of the test usecase) to not even show the qlref as a node in the Test explorer but insert access to the resolved ql file.

@mgsium
Copy link
Contributor

mgsium commented Oct 11, 2021

Created a separate issue (#970) for this due to its complexity

  • Ability to use the command on a selected qlref file in the Test Explorer (currently errors out)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers VSCode
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants