Fork me on GitHub
#lsp
<
2021-11-22
>
practicalli-johnny11:11:31

When refactoring a namespace, with lsp-rename, I am no able to refactor to a directory that doesn't exist. For example I want to refactor practicalli.licencing-ui.admin.hanlder.clj to practicalli.licencing-api.admin.hanlder.clj and whilst licencing-api exists, the admin sub-domain does not exist. I'll do some more testing to see if I can narrow things down a bit.

ericdallo13:11:26

if you rename the namespace, this should work (just don't append the .clj since are namespaces)

practicalli-johnny14:11:38

I havent been able to replicate again. Seems to be working well at the moment. Thanks.

👍 1