Sublime Forum

Goto Symbol in Project < Goto Symbol

#1

Using ST 4, version 4169 on Windows.

I have a project with two folders. One is mostly markdown files, the other mostly python files. I use Markdown Headings (e.g # Heading 1) to navigate through large markdown files.

From the ST menu, whilst within a particular file, Goto Symbol correctly yields all the python definitions / markdown headings for the file I am in.

But while Goto Symbol in Project assembles all the python definitions from the entire project, but doesn’t assemble any of the markdown headings. This means I cannot navigate through the project as I would like.

Any thoughts on what might be causing the issue?

0 Likes

#2

Markdown headings are “local symbols”. They do not get indexed. This is controlled by this file: https://github.com/sublimehq/Packages/blob/master/Markdown/Symbol%20List%20-%20Heading.tmPreferences.

1 Like

#3

Thank you!

0 Likes