curry-language-server icon indicating copy to clipboard operation
curry-language-server copied to clipboard

IDE support for the functional logic language Curry

Results 24 curry-language-server issues
Sort by recently updated
recently updated
newest added

The [Curry Analysis Server System](https://www-ps.informatik.uni-kiel.de/currywiki/tools/cass) provides a language-agnostic way of retrieving symbol information and more about a Curry program. Since this overlaps with the language server in functionality, it might...

experimental

Implement the LSP feature for finding references to a symbol, e.g. looking up all occurrences of a variable.

enhancement
lsp feature

Provide context-aware code completions based on whether the user is currently in a type, value or qualifier context (imports/qualified identifiers).

enhancement