Gerrnperl

Results 13 comments of Gerrnperl

It's quite confusing. It works well in my vscode.(vscode 1.70.2; OS: Linux x64 5.15.0-46-generic) ![Peek 2022-08-21 07-36](https://user-images.githubusercontent.com/64595686/185769489-5b775499-81f5-4b06-86f8-cc1da30dffde.gif) In my experience. Some unreproducible issues can happen randomly. I probably won't be...

原生的大纲好像也会在切文件时折叠节点 要保持大纲状态,感觉开销有点大。 1.不能释放大纲的信息,增加内存占用 2.如果在切出文件后该文件在外部更改了,暂存的大纲信息就可能无效了 可能会在以后实现吧,目前无计划

这个已经有的特性是不符合预期吗 ![Screenshot_20221013_131210](https://user-images.githubusercontent.com/64595686/195507332-a90f3db2-0779-4fc9-a6c6-ded1a873468b.png)

无法重现(我使用vue.volar插件提供符号,vscode 1.70.2) ![Peek 2022-08-21 08-08](https://user-images.githubusercontent.com/64595686/185770018-abf38dc6-30c6-4004-b459-6554d10b1781.gif) 你安装了什么(相关的)扩展?outline-map扩展设置?以及发生问题的文件? 另外 尝试重启vscode

@liao666brant 我之前意识到当有两个提供符号的源时这个插件会混合显示两种大纲 ( issue #5 ) 但我从vscode的api返回的符号中无法分辨某个符号的来源 所以我目前无法过滤或分离两种符号 (但vscode内置的大纲是分开的,可能是我调用的方式有误?)

[v0.8.1] before ![before](https://user-images.githubusercontent.com/64595686/195506006-efb9408c-177a-463e-af9d-f1f824a7e389.gif) after ![after](https://user-images.githubusercontent.com/64595686/195506009-ab60034b-7dde-4a5c-94fd-788a64f02264.gif) Hope this meets your expectations

![Screenshot_20221013_131552](https://user-images.githubusercontent.com/64595686/195507720-2b56b86a-a1c2-4f97-a123-8fc9f1c7f1c8.png) It seems to work fine to me. Is the outline not expanded?

Thank you for your very inspiring idea. I have already implemented this. ![Preview](https://github.com/Gerrnperl/outline-map/assets/64595686/6924faac-faf7-4e1c-ad18-37feb463fb7d) I will release this version after some minor modifications.

I have fixed the style of search field. --- For the second, it should not automatically hide after triggering visible(alt+l). Do you want it to be visible when the view...

Considering some users just place the outline in a sub view, I think the ability to hide the search bar should be retained. Now I modified it to stay in...