Skip to content
Commit 1e276c53 authored by Waqar Ahmed's avatar Waqar Ahmed Committed by Christoph Cullmann
Browse files

Improve code action invocation with no selection

When we don't have a selection, prefer word range over the current
position instead of the full line range which doesn't result in anything
useful with at least two servers: clangd and dart-analyzer.

clangd can provide code action for example if the word under cursor
is a macro or 'auto'.

dart-analyzer similarly provides useful actions for word under cursor.
parent 5685c628
Pipeline #423750 passed with stages
in 14 minutes and 50 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment