Like issue #447 but in reverse. Every pipe would get a glyph that links to the studio and shows the pipe as center point. I think the nicest options are with a custom glyph, with codelens or with a command. Glyph: https://microsoft.github.io/monaco-editor/playground.html?source=v0.55.1#example-interacting-with-the-editor-rendering-glyphs-in-the-margin Codelens: https://microsoft.github.io/monaco-editor/playground.html?source=v0.55.1#example-extending-language-services-codelens-provider-example Command: https://microsoft.github.io/monaco-editor/playground.html?source=v0.55.1#example-interacting-with-the-editor-adding-a-command-to-an-editor-instance This one is probably harder to implement than the other issue so the prioraty is a bit lower.
Like issue #447 but in reverse.
Every pipe would get a glyph that links to the studio and shows the pipe as center point.
I think the nicest options are with a custom glyph, with codelens or with a command.
Glyph: https://microsoft.github.io/monaco-editor/playground.html?source=v0.55.1#example-interacting-with-the-editor-rendering-glyphs-in-the-margin
Codelens: https://microsoft.github.io/monaco-editor/playground.html?source=v0.55.1#example-extending-language-services-codelens-provider-example
Command: https://microsoft.github.io/monaco-editor/playground.html?source=v0.55.1#example-interacting-with-the-editor-adding-a-command-to-an-editor-instance
This one is probably harder to implement than the other issue so the prioraty is a bit lower.