vscode-scope-bar icon indicating copy to clipboard operation
vscode-scope-bar copied to clipboard

Status bar text doesn't update if file is edited until it is saved

Open AmbrosiaDevelopments opened this issue 6 years ago • 1 comments

During editing, if the scope range increases by a few lines and the file is not saved then what is displayed in the status bar won't reflect the edited state of the document.

While still super useful for seeing scope while reading, this extension would be most powerful if it had an option to reflect the edited, unsaved state of the document.

I understand this would probably come at a performance cost and so it might be good to be able to set an update interval once a file is edited.

AmbrosiaDevelopments avatar Apr 16 '18 10:04 AmbrosiaDevelopments

It should be able to handle the situation what you describe. Although it has 32ms delay, I think most people would not feel a lag for that. Maybe some exception occurred, or your language extension just refresh the symbols after saved the file. If some exception occurred, you can see that on develop tool of vscode, please provide that information.

amos402 avatar Apr 16 '18 11:04 amos402