Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Add property for all editor tabs to vscode.window namespace #78

Closed
PaulTFreedman opened this issue Oct 10, 2017 · 1 comment
Closed

Comments

@PaulTFreedman
Copy link

I was looking at writing an extension that changed the active tab when a mouse scroll event is detected but there don't appear to be any properties exposed that allow access to all the open tabs (editors). There is a property called activeTextEditor which contains the editor with focus and another one called visibleTextEditors which contains all the editors visible to the user. I would like another property that contains all of the text editors that the user has open.

For example if there is only 1 editor group open containing 3 files then the property would contain 3 elements.

@bpasero
Copy link
Member

bpasero commented Oct 12, 2017

please report VSCode issues here: https://github.com/Microsoft/vscode/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants