Open joaomlneto opened 6 years ago
Thanks for reporting this issue. :bow:
I think this issue is caused by the fact that the guest's buffers are not persisted to disk.
As far as I can tell, symbols-view seems to only generate symbols for files that are persisted to disk. For example, if you create a new buffer, symbols-view doesn't show any symbols for the buffer until you save the buffer to disk:
From a teletype perspective, this is similar to the issue reported when attempting to run a linter on a remote buffer (https://github.com/atom/teletype/issues/228#issuecomment-345131863). There's a good chance that resolving that issue would resolve this issue as well.
However, in the meantime, if there's a way to make symbols view work with buffers that haven't been persisted to disk, that would likely resolve this issue for teletype guests and it would allow symbols-view to generate symbols for the scenario shown in the gif above as well.
Can someone fix this pls? I heavily use teletype and not being able to use this plugin is really sad :(
Prerequisites
Description
When viewing a remote file from a teletype session, there are no symbols.
Steps to Reproduce
Expected behavior: The list of symbols should be the same on both sides.
Actual behavior: No symbols exist on guest.
Reproduces how often: 100%
Versions
Additional Information
Added screenshot: Host on the left, Guest on the right. You can also see there's no symbols using the
symbols-tree-view
package (the rightmost column on each window). I already opened an issue (https://github.com/xndcn/symbols-tree-view/issues/184) with them, but decided to open another one here since the package has little activity.