Brice
Brice
It can be useful to have a way to leave warnings (from the check-checker) enabled in the config file, but temporarily disable them with a command line flag to make...
It could be cool if in the completion for a trait type, e.g. when I type `
If my project includes an empty contract, or one that does not define any public functions, then clarinet doesn't actually treat it as a deployed contract. For example: ``` clarinet...
It is always useful to have a formatter to fix whitespace and other minor formatting changes in your code. Our VSCode extension should provide a formatter for Clarity files.
**Describe the bug** If you try to enter the expression `{foo: "\\"}` into the console, it thinks that the expression is not yet complete, and prompts you for more input....
Migrated from stacks-network/stacks-blockchain#1182. This could generate a warning on `clarinet check` and in the LSP for unused constants, maps, assets or private functions
Similar to #723, it would also be helpful if documentation for annotations could be shown on hover, similar to the way they do for Clarity builtins.
Clarinet supports "magic comments" that annotate the code for the check-checker (and potentially for other use cases in the future). It would be great if the LSP could help complete...
Currently, if you install the Clarity VSCode extension, but clarinet is not installed, there is no indication of that problem to the user, but the tool does not work. It...
When deploying to devnet, it would be helpful if clarinet could automatically remap the boot addresses, so that developers wouldn't have to manually modify the contract for the testnet vs....