Skip to content
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

Feature request: cache document's links while no modification #4687

Closed
fannheyward opened this issue Jun 26, 2023 · 0 comments · Fixed by #4690
Closed

Feature request: cache document's links while no modification #4687

fannheyward opened this issue Jun 26, 2023 · 0 comments · Fixed by #4690
Labels
enhancement New feature or request

Comments

@fannheyward
Copy link
Member

fannheyward commented Jun 26, 2023

Looks like you've enabled links.tooltip, this will force coc to request links for current buffer(ALL links as you said, because this request it not incremental or range support), then pick the link for your current cursor position, to show tooltip.

If there is no modification, why not just cache all links? Tooltips should not block this.

EDIT: VSCode only request for links on edits.

Originally posted by @oxalica in #4686 (comment)

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

Successfully merging a pull request may close this issue.

1 participant