You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick open is now using the quick input widget that leverages our new tree widget. All quick open providers have been rewritten from scratch.
All of the existing commands for driving quick open have been preserved. Everything should work as before with some additional features as noted in the test plan.
Note: configure "workbench.quickOpen.closeOnFocusLost": false to make testing easier by keeping quick open opened even if you navigate somewhere else.
Help
type ? to enter the help picker
verify the entries make sense and are reasonably well explained
verify you can either pick an entry or type its prefix to switch to it
Goto Line
type : to enter the goto line picker
verify you can type :line:column to navigate to line and optional column
verify the editor reveals the location in the background if valid
verify the editor navigates to the location on enter
verify the editor restores its previous view state on escape
verify you see a different pick entry when you type invalid line or column
verify you see a good hint when you try this picker without editor open or with a non-text editor open
verify you can leave the picker open and focus another editor in the background and the picker still works (e.g. you can start from a non-text editor, open goto line picker and then click on a text editor while the picker is open to use it)
verify this works on the right hand side of a diff editor when invoked there
Views
type view to enter the view picker
verify the picks make sense and can be navigated to
verify you can filter by name of the view entry
The text was updated successfully, but these errors were encountered:
Refs: #69955
Complexity: 3
Quick open is now using the quick input widget that leverages our new tree widget. All quick open providers have been rewritten from scratch.
All of the existing commands for driving quick open have been preserved. Everything should work as before with some additional features as noted in the test plan.
Note: configure
"workbench.quickOpen.closeOnFocusLost": false
to make testing easier by keeping quick open opened even if you navigate somewhere else.Help
?
to enter the help pickerGoto Line
:
to enter the goto line picker:line:column
to navigate to line and optional columnViews
view
to enter the view pickerThe text was updated successfully, but these errors were encountered: