Lorenzo Addazi

Results 3 issues of Lorenzo Addazi

feat: introduces Symbol Provider DSL using @DslMarker annotations to limit scopes within lambdas

enhancement

Code completion requests could be answered using the scoping rules defined through a language-specific scope provider. In order to enable such feature, `ScopeDescription` must support searching for all symbols names...

enhancement

The current `Scope` class implementation does not support case-insensitive symbol lookup.