Extension API: Event when text editor is moved to another position/group #52068
Labels
api
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
vscodevim requires a unique ID for each editor. We are currently generating this ID based off of the document's filename and position (ie. viewColumn). However, we'd need to keep this ID up-to-date as the user moves the document to a new position.
As per @bpasero in #51001 (comment), the existing
onDidChangeTextEditorViewColumn
event only fires when:What I am requesting is an event that an extension can register on to be notified anytime an editor changes position in the grid.
The text was updated successfully, but these errors were encountered: