Skip to content

请问有实现虚拟滚动的打算吗? #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
GArosy opened this issue Oct 16, 2023 · 1 comment
Open

请问有实现虚拟滚动的打算吗? #96

GArosy opened this issue Oct 16, 2023 · 1 comment

Comments

@GArosy
Copy link

GArosy commented Oct 16, 2023

业务中经常涉及大规模代码的diff,目前的浏览体验稍差,期待添加虚拟滚动和内置搜索功能😘

@Shimada666
Copy link
Owner

没准可以试试monaco之类的编辑器的对比模式?
大文件其实慢在diff和高亮,加载出来了之后滚动倒是感觉还好。虚拟滚动可能解决不了问题,除非只渲染屏幕内的内容,做懒加载,可能会好点,不过那就很麻烦了。
内置搜索也是,我感觉浏览器搜索挺好的,为啥要内置搜索呢,是要正则之类的功能吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants