What's the expected behaviour of extract_*****(true) in visual mode? #292
Unanswered
olatheander
asked this question in
Q&A
Replies: 1 comment
-
This is correct. recording.mp4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm experimenting a bit with nvim-jdtls and got it working but not sure that I understand the expected behavior of the extract mapping e.g.
Doing an extract operation in normal mode i.e. having the
crv
mapping to callextract_variable()
(no param) I get a selection of feasible extractions from which to pick. Callingextract_variable(true)
omits showing proposals, thus I assume that in visual mode I'm supposed to mark the block to extract but when I try nothing happens. Some hints how to operate in visual mode would be greatly appreciated.Thanks
Beta Was this translation helpful? Give feedback.
All reactions