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
This is very conservative for now. Edits must be enabled with a global
variable since they are risky, and they only will apply in the current
buffer.
- Allow choosing a code action following a call to `findCodeActions` and
then call `workspace/executeCommand`
- Add dispatching for `workspace/applyEdit` to a function which selects
the changed range and replaces the text.
- Take a server argument to dispatch so that requests can send back a
resonse.
- Add mapping to `ga`. The default behavior is to print the ascii code
of the character under the cursor.
- Update the client capabilities to indicate applyEdit if it is enabled.
Future Work:
- Add support for edits in other buffers.
- Allow a visual mode call which sends a range rather than a single
character under the cursor.
0 commit comments