fix(tui): autocomplete files inside references#34037
Conversation
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
|
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found a potentially related PR: Related PR:
No other duplicate PRs found. The current PR (#34037) appears to be addressing a specific gap in autocomplete functionality for nested paths within configured references. |
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
|
Thanks for the report and por pointing me to the issue/PR template. I found that my previous version missed an edge case in directory navigation after selecting a folder. I pushed an update to this same PR that fixes the behavior and verified it with the affected autocomplete flow. Sorry for the extra noise. I'll keep the linked issue open until you confirm the updated PR covers the expected behavior. |
Issue for this PR
Closes #34040
Type of change
What does this PR do?
Fixes TUI
@reference autocomplete so@alias/partialsearches inside the configured reference directory and inserts the selected file as@alias/relative.Previously, autocomplete matched the reference alias but did not continue file lookup for nested paths.
Related: #33658
How did you verify your code works?
Verified with the focused autocomplete behavior for configured reference paths.
Screenshots / recordings
N/A. This changes autocomplete behavior, not visual layout.
Checklist