You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
coder3101
changed the title
fallback to full parsing to find references
fallback to full parsing to find references and rename
Jan 25, 2025
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
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
changed the title
fallback to full parsing to find references and performing rename
Full parsing to find references and performing rename
Jan 26, 2025
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.
The text was updated successfully, but these errors were encountered: