Open lublak opened 3 months ago
This is a feature, and I copy the hints for you which will fit in cases of improving experience of jumping from preview panel to source panel:
Note: Jumping to source location of the outline item doesn't work well if its body doesn't have source location, e.g.
```typ
#let my-heading(h) = heading(h) // will jump to here
#my-heading("Title") // will not jump to here
```.
Hence, you may want to use `my-heading[Title]` instead to gain better experience of outline jumping.
Please correct me if I'm mistaken, but I recall that in older versions (though I don't remember the exact one), clicking on the preview window allowed me to jump directly to my source code. However, in recent versions, this functionality seems to be missing. Has this behavior changed, or am I perhaps using it incorrectly?
Motivation
Jump to use of the module and not the module source code.
Description
I don't know whether it's a bug or a feature request. In general, the element is also placed in the module. But I think it would make more sense to jump to where I have placed the module.
Examples/Questions
Example:
Package/Software version:
VSCode version(Help -> About):
tinymist extension version:
v0.11.0
. Get it bytinymist --version
in terminal.