Markus Rudolph

Results 19 comments of Markus Rudolph

Sorry, I have the tendency to overcomplicate things ^^*… We have that internal function `findCommentNode`. We could add it as a new `CommentService`. I can have a closer look on...

@svallory I made a PR draft [here](https://github.com/langium/langium/pull/1095) The comment provider extracts the comment that is located before the AstNode. Inside the PR is also some test case, which should be...

Cool, that you have done something. For me this topic is a hot potato that I would avoid to touch, since it is very subjective. There are already some solutions...

Add a rename operator as code actions `{§left=“lhs”} {§right=“rhs”} {§operator=“op”}` I used `§` because it states "what is the law" for generator and other parts of Langium :D

@Kronos3 Really nice! Do you plan to do the same for higher versions of LLVM (currently 18 is released)? :) @ApsarasX I noticed that you are over the 3 days...

1. I think there are two kind of functions: Aggregators like SUM/MAX/MIN/COUNT where this rules make sense. And normal functions which I did not have in mind at the time...

We have an UNKNOWN type if nothing clean comes out of the type computation. Do you need help with something?

Use one SQL API like SQL.js or SQLite3 instead of doing the computation on your own.