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

Full parsing to find references and performing rename #54

Open
coder3101 opened this issue Jan 25, 2025 · 0 comments
Open

Full parsing to find references and performing rename #54

coder3101 opened this issue Jan 25, 2025 · 0 comments

Comments

@coder3101
Copy link
Owner

With Lazy parsing we save on a lot of initial processing but at the same time, this causes issues for some operations such as references. which can be present in unparsed files. unlike hover or jump to definition this cannot be evaluated lazily. One of the solution is to fallback to full parsing when reference or renames are requested. This full parsing can be limited to cwd + included paths.

@coder3101 coder3101 changed the title fallback to full parsing to find references fallback to full parsing to find references and rename Jan 25, 2025
@coder3101 coder3101 changed the title fallback to full parsing to find references and rename fallback to full parsing to find references and rename perform rename Jan 26, 2025
@coder3101 coder3101 changed the title fallback to full parsing to find references and rename perform rename fallback to full parsing to find references and performing rename Jan 26, 2025
@coder3101 coder3101 changed the title fallback to full parsing to find references and performing rename Full parsing to find references and performing rename Jan 26, 2025
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

1 participant