Fork me on GitHub
#calva
<
2019-11-14
>
grierson16:11:15

Should I be able to use the vscode ‘rename’ action in calva?

grierson16:11:57

im also using vsvim but I don’t think anything is conflicting with keyboard shortcut ‘F2’

grierson16:11:03

If I open a .js file it works

pez16:11:11

@grierson there is no refactoring support in Calva, if that is what you mean.

grierson16:11:54

@pez ok thank you. Is that planned into the roadmap?

pez16:11:13

It is on the wish-list at least. 😃

pez16:11:02

With the current tools we use, it is a bit difficult to support it for ClojureScript. So we need to figure about how to actually do it.

pez16:11:37

What about the`F2` shortcut? I didn't follow. Have you read this? https://calva.readthedocs.io/en/latest/vim.html

pez16:11:48

”a bit difficult”, I don't know why I phrased it like that. Let me try again: With the current tools, we can't support ClojureScript refactoring, so we need to figure.