Yota
Yota
Hello @seniorjoinu. In candid version 0.9.0 or later, an error occurs in candid_decode_one_allow_trailing when trying to implement AsDynSizeBytes for a dynamic size enum that satisfies StableType, CandidType and Deserialize The...
## Summary - Move document formatting logic from extension client to language server - Delete `src/formatter.ts` and create `src/server/formatter.ts` - Add formatter configuration via initialization options - Remove client-side formatting...
## Summary - serve Markdown-backed descriptions for non-node keywords by bundling docs under `src/server/hover/keywords` - suppress keyword hovers inside comments/strings by caching those ranges per document version and invalidating the...
Replace the custom ERROR_MESSAGE notification type with the standard LSP window.showErrorMessage API. This simplifies the error handling flow by: - Removing the custom NotifyErrorParams interface and ERROR_MESSAGE notification type from...
## Summary of Changes in v0.1.0 ### Added Candid Language Support - **New Language Support**: Candid is now supported and can be used in parallel with Motoko. - **Additional Files**:...
**Overview** Introduce a span-aware AST that the parser now builds first so experimental [`candid-language-server`](https://github.com/perforate-org/candid-language-server) can attach precise locations to every declaration, field, and service item. The new `syntax::spanned` module defines...