ocsmit / zed-r

R language support for Zed editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Outline view

PyryOuri opened this issue · comments

Hi!
Could it be possible to add outline support to the extension? This way Outline View would show something like functions etc. Maybe something that was done here for example: zed-industries/zed#7357?

Hi! I just opened a merge request for the zed extensions repo that would add a minimal outline view for functions. The way R is structured makes it a bit tricky to add more than functions (e.g. S3/4 class definitions) so just went with them initially! If there are any other objects that would be useful to add to the outline feel free to let me know!