Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Pitoco ExtensionNew to Visual Studio Code? Get it now.
Pitoco Extension

Pitoco Extension

Feodrippe

|
92 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Pitoco Extension

Pitoco is a tool which eables programmers to infer schema boundaries from their applications. It started by inferring REST interfaces, but now we have the option to infer Clojure var schemas (using Malli + spec provider) from runtime usage (e.g. it can instrument vars of your interest (by using, for example, some ns prefix), then run your tests normally, then Pitoco can also infer schemas as it colleced input/output information from the instrumented vars).

Pitoco can also generate files which store information from the runtime usages (examples, var schemas etc). You can commit these files to your repo (ignoring diffs using .gitattributes, see here) so you can, for example, use it in your CI with some cloud editor while reviewing a PR. The programmer has the option to have more context by leveraging this information using this extension.

See a video about it here.

Screenshot 1 Screenshot 2 Screenshot 3

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft