-
Is there any documentation or overview about this component?
-
Unreachable rule, flipping the order of the rules does nothing. Worked in 3.1, breaks in 3.2.0
Langium version: 3.2.0
Package name: langium
## Steps To Reproduce
```
grammar EraserDsl
en…
-
The doc format is behaving oddly with the `description` property within an element.
With this example:
```
someone = person 'Person' {
description: 'A person'
}
```
When formatting …
-
Type: Bug
Issue occurs when using the default `alt+f4` keybinding to execute `workbench.action.closeWindow`. The issue is sporadic, the `closeWindow` action triggers successfully several…
-
Correct me if I'm wrong, but I would think that this algorithm would be tolerant with ambiguities in OR expressions. To be fair, this lookahead strategy eliminates most ambiguity warnings, but sometim…
-
Langium version: 3.1.1 (extension)
Package name: langium
## Steps To Reproduce
1. Create a .langium file with an alternation rule like:
```langium
NumberTypeSpecialization:
{infer Int}…
-
Langium version: 3.1.0 (91219ec)
Package name: Langium
## Steps To Reproduce
1. Create `CustomNodeKindProvider` by extending `DefaultNodeKindProvider` to support custom document symbols
…
-
Motivation is in the discussion #751.
The proposal is to add the ability to define binary operations shorter with the following syntax:
```typescript
@binary_op (left_operand=left, right_operand=…
-
From https://github.com/eclipse-langium/langium/discussions/1562 and https://github.com/eclipse-langium/langium/pull/1566
Additionally to the missing notifications to the client we see more problem…
-
Langium version: 3.1.x
Package name: Langium
## Steps To Reproduce
1. See issue #1579
Link to code example:
```typescript
export interface DocumentSymbolProvider {
...
g…