You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Prerequisites
Description
When the definition I want to go has a
\
, it can't navigate there usingsymbols-view:go-to-declaration
.So when the tagfile looks like this:
It doesn't work, but when it looks like this:
It does. Here you can find a more detailed explanation.
Steps to Reproduce
/
so it gets escaped:Expected behavior:
When stepping on
Foo
and trigeringgo-to-declaration
, it should navigate to it's declarationActual behavior:
When stepping on
Foo
and trigeringgo-to-declaration
, nothing happensReproduces how often:
Always
Versions
Atom 1.50.0
Symbols View 0.118.4
Additional Information
Here is the related original issue.
The text was updated successfully, but these errors were encountered: