-
The issue:
When I write some code that declares some PL/I specific instruction, IntelliJ does not display it right after I make a mistake
![image](https://github.com/redhat-developer/lsp4ij/assets/2…
-
When accessing the elements of a concatenated stream, the concatenated elements are missing when accessing the stream a second time. In any case the elements passed in the `stream(...)` call are alway…
-
Langium version: `3.0.0`
Package name: `langium`
## Steps To Reproduce
1. Create a multi-language example
2. Register languages that has the same file extension
3. Override `ServiceRegist…
-
Langium version: -
Package name: generator-langium
## Steps To Reproduce
1. Just try to create a new project and answer Y to all optional generation questions
## The current be…
-
If no URI is provided to the `parseHelper` function, it [generates one](https://github.com/langium/langium/blob/13f482bf33169092f17cf92e327b799c21f5b4dc/packages/langium/src/test/langium-test.ts#L29) …
-
After upgrading from langium 3.0.0-next.e78aeba to langium 3.0.0, many of the tests in [Safe-DS](https://github.com/Safe-DS/DSL) time out. In particular, it's all tests that validate documents. Th…
-
### Proposal
# Proposal: Cloud Architecture Diagram
## Motivation
The recent addition of Block diagrams greatly helped in allowing users precise control over where nodes (blocks) are placed. Whil…
-
When using the Langium Playground, you're really only editing a grammar and seeing how it parses a sample input into an AST - the linking stage doesn't seem relevant. But linker errors are displayed, …
-
Langium version: 2.0.2
Package name: langium
## Steps To Reproduce
1. Clone the repo linked below. It contains a slightly altered hello-world project that allows writing chained member acce…
-
### Discussed in https://github.com/eclipse-langium/langium/discussions/1357
Originally posted by **drhagen** January 25, 2024
If I have this grammar
```langium
grammar HelloWorld
entry…