calva
calva copied to clipboard
Clojure & ClojureScript Interactive Programming for VS Code
* While typing, the docstring aligns with the parameters. * If the cursor is anywhere within the method form, then calva-fmt.formatCurrentForm follows the same rule, and aligns the docsctring to...
As per https://github.com/BetterThanTomorrow/calva/issues/1327#issuecomment-1120498081, I am opening an issue to discuss the feature of a "data inspector", essentially mimicking the high-level goals of the [CIDER inspector](https://docs.cider.mx/cider/debugging/inspector.html). > The value inspector allows...
For downloading the content to the Getting Started REPLs, Calva uses the `dev` branch of https://github.com/BetterThanTomorrow/dram when Calva is run in debug mode. And from `published` when run in production....
The grammar's handling of `|` in identifiers does not align with the Reader, nor with the stance held by the Clojure Team regarding its validity. Officially `|` is not a...
When using Calva to edit a babashka script I do not get docstrings in the on-mouse-over popups. The reasons turns out to be that clojure-lsp requires a bb.edn file (which...
The CI run where the failure happened: https://app.circleci.com/pipelines/github/BetterThanTomorrow/calva/5816/workflows/f07dd6cc-9ae0-4911-b1e6-8a32ae66eee2/jobs/26931  There was also another failure that appears to show the expected output equaling the actual, but I suspect maybe there's some...
If I have a Clojure file without an extension either identified as such by the autodetect or explicitly set, the syntax highlighting works ok however commands like "Go to Definition"...
Whenever Calva is enabled. The following warning appears in Dev Tools. ``` [Extension Host] (node:350285) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(),...
Now that Calva offers a means of using zprint on a given form via `calva.prettyPrintReplaceCurrentForm`, and client-side formatting with zprint via `"printEngine": "calva"`, it would be nice to configure how...