Is it possible to navigate to forms as in hitting a command over inc in (inc 2) would lead me to the def of inc. (As with “C .” in cider?)
Tried to look in the docs, but could not find anything
I think you are looking for Goto definition. Check the command-palette for the default shortcut.
Ah, yes 😳
Thanks
You’re welcome. Maybe it should be mentioned in the docs. But I think a lot of things are left out of that, since it is VS Code commands really.
I was searching for Calva: xxx
Yes, this was just me being new to VS Code
Can’t cover everything in the docs of Calva
Yes, that is an obvious thing to assume.
(I mean to include Calva in the search.)
I think that we can improve this page by including the advice to also look for general VS Code commands: https://calva.io/finding-commands/
Does something like https://docs.cider.mx/cider/config/basic_config.html#translate-file-paths exists?
No, We don’t have that in Calva yet. Both issue and PR welcome. 😃
I only recently used this feature once, but I was happy that it was there
Maybe VS Code has it? I am a bit surprised I haven't seen it requested before...
I'm not using it anymore. But for cases where you mount a filesystem on to some other directory, it works nicely
If you use docker for your development this is handy
As a single developer you could mount your code in a replicate structure inside the container. But if you’re a team that strategy kinda falls apart
yeah, when you edit files locally and also mount them and then connect to the docker REPL for eval right?
Yes
Or especially if you want to navigate the source via goto it becomes problematic. Form meta info will not match reality
Or match editor
@kardan I think this might be a better solution: https://code.visualstudio.com/docs/remote/containers
I use a similar extension for SSH, it works miraculously
Interesting
Will read up later once all the kids are in bed. Thanks for the link