-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Show markers #7
Comments
I wanted to implement markers in the MVP but I figured they were hard to display using the tree component I developed for the inspector. If you think this is acceptable to display them like the selection (only |
I was thinking like the selection with some indication which marker is which. Either using colors (would fail for more markers) or with a name next to opening and closing bracket (then each bracket would be in a new line). |
I talked with Olek already that the selection could perhaps be displayed in a better way than right now. Perhaps similar to how we display it in the real-time collaboration scenarios. Then we could also display markers. |
It would be awesome if the inspector would also show markers. Maybe have a small, scrollable window where you could select (all) / deselect (all) markers you want to display.
I was also thinking about
LiveRange
s andLivePosition
s. I sometimes need to follow how they change during debugging. However, these are:editor.model.markers
).The text was updated successfully, but these errors were encountered: