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?