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
A less intrusive version of #2679
Instead of checking every value evaluated,
Custom commands can optionally specify that their result should be interpreted as a command.
{
"name": "Eval Current Form as Command",
"key": "a",
"repl": "clj",
"snippet": "$current-form",
"command": []
},
With this custom command, you can activate it with the following data:
A less intrusive version of #2679
Instead of checking every value evaluated,
Custom commands can optionally specify that their result should be interpreted as a command.
With this custom command, you can activate it with the following data:
Tools can make use of this when they supply
resources/calva.exports/config.edn
, see https://calva.io/custom-commands/#snippets-inside-depsThe text was updated successfully, but these errors were encountered: