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.
When a file has multiple symbols present on a single line (e.g., multiple JavaScript functions on one line), symbols-view only shows one of those symbols.
Steps to Reproduce
Create a file named example.js with the following content:
Description
When a file has multiple symbols present on a single line (e.g., multiple JavaScript functions on one line), symbols-view only shows one of those symbols.
Steps to Reproduce
Create a file named
example.js
with the following content:Open the file in Atom
Open the command palette and choose "Symbols View: Toggle File Symbols" (or hit command+r on macOS)
Expected behavior: Symbols shown for
foo
,bar
,baz
, andquux
Actual behavior: Symbols only shown for
bar
andquux
Reproduces how often: 100%
Versions
macOS 10.13.2
The text was updated successfully, but these errors were encountered: