Marek Kaput
Marek Kaput
Implement the following feature in CairoLS: https://code.visualstudio.com/api/language-extensions/programmatic-language-features#show-all-symbol-definitions-within-a-document
Implement the following feature in CairoLS: https://code.visualstudio.com/api/language-extensions/programmatic-language-features#show-all-symbol-definitions-in-folder
Implement the following feature in CairoLS: https://code.visualstudio.com/api/language-extensions/programmatic-language-features#format-the-selected-lines-in-an-editor
CairoLS used to show expression type on hover. This was changed in https://github.com/starkware-libs/cairo/commit/ba74ab11b8c678f97bf3e12d7145f7e01abd1eb1, which actually is a better goal, but it'd be good to bring back the old behaviour with...
`rust-analyzer` provides this capability for *.toml* files:  The goal of this issue is to bring similar functionality to CairoLS or just VSCode extension (whatever will be more suitable). Scarb...
This task is spin off #5355 References: - https://github.com/ebkalderon/tower-lsp/issues/284
We are interested in learning how Salsa is exactly behaving in CairoLS in various situations. It sounds like the best place for this would be to have an environment variable...
Implement fixture-based testing flow for diagnostics. Especially, write tests for #6276
Depends on #6235 and #6126 Basically, marry improvements brought by there two tasks :)
- #6105 added support for multiline diagnostics in the compiler - write an E2E test for such diagnostic in LS test suite - fix any bugs that may happen