Choose ViewColumn (editor group) when selecting from quick access menu (Command Pallete) #1736
-
|
I'm particular about having just two side by side views but also being able to choose which editor group the file/symbol location is opened in. Presumably I'd have a hotkey via a new command... I see there's functions to open a file with a specified view column via Is there a way to get the quick access menu's currently selected item? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hi @Salads - is this a question about using VS Code or creating an extension? This discussion forum is dedicated to the latter (see #5). If it's a question about extension development, would you mind adding a bit more detail? |
Beta Was this translation helpful? Give feedback.

Not possible from an extension. For this to work we would have to open up the quick pick menu to extensions, and to pass the selected item as context. We do not do that right now. But it is a fair feature request that we open this up.