Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support <C-.> keymap #8785

Open
rogeryk opened this issue Dec 18, 2023 · 1 comment · May be fixed by #8786
Open

Support <C-.> keymap #8785

rogeryk opened this issue Dec 18, 2023 · 1 comment · May be fixed by #8786

Comments

@rogeryk
Copy link
Contributor

rogeryk commented Dec 18, 2023

Describe the solution you'd like
In Golang, when you usually need to reference a exported function or a nested structure. You have to complete a part first, then type ".", repeat again. e.g.

sli // complete
slices // input .
slices. // complete
slices.Clone()

If it is a multi nested structure, it will be more painful, e.g. A.B.C.D

In Vim, I will map <C-.> to these two steps. When I want to do the same in vscodevim, I found that vscodevim. It does not seem to support <c-.>.

@rogeryk
Copy link
Contributor Author

rogeryk commented Dec 18, 2023

Looks like it's just need to add some configuration, which should be pretty simple

@rogeryk rogeryk linked a pull request Dec 18, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant