CrazyBoyM e09acaf841 fix: Critical path completion algorithm improvements
- Fix word detection to properly handle ./ and ../ patterns
- Improve path separator handling in getWordAtCursor
- Add special handling for dot patterns in paths
- Fix shouldAutoTrigger to recognize all path patterns
- Ensure proper inclusion of dots and slashes in path context

This fixes the issue where './sr' wouldn't show 'src/' in completions
2025-08-22 14:14:27 +08:00
..