You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature in Calva is built on an old fork suffering from this and many more limitations. Things will not improve until align-associative is a feature in the main distribution of cljfmt. For which there is hope now:
I frequently use the "Calva Format: Format and Align Current Form" shortcut in VSCode, which is a great tool btw.
When trying to format a map that has a key value pair where said value contains a namespaced keyword the formatting doesn't work.
An error is thrown in the developer tools:
Example non working where :action value contains a namespaced keyword:
Example working where the namespace is written:
The text was updated successfully, but these errors were encountered: