Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(oxc_laguage_server): code actions if report range overlap request (…
…#8902) Requesting code actions in neovim's normal mode doesn't return any code action, as the report range isn't fully contained in the requested range - which is only the current cursor position. Filtering based on overlap seems to be done by most relevant language servers (based on my tesing) - such as `rust-analyzer` or `ts_ls`. `eslint` filters code actions based on intercepted lines.
- Loading branch information