spyder-ide / pyls-spyder

Spyder extensions for the python language server (pyls)
MIT License
0 stars 6 forks source link

PR: Parse cells and block comments and include them as part of textDocument/symbol call #2

Closed andfoy closed 3 years ago

andfoy commented 3 years ago

This PR restores code cells and block comments symbols for Spyder after PR spyder-ide/spyder#13109

ccordoba12 commented 3 years ago

Thanks @andfoy for this! It looks pretty cool!