Volodymyr Gubarkov
Volodymyr Gubarkov
When you hit Ctrl-P and if function has no parameters it shows ``  However it seems that `` is better text here - this is what shows for Java...
This is the other PR in context of #144. Here I tried to address the item 1. of your list @benhoyt. Eventually I've found semi-elegant solution of how to simplify...
In [this branch](https://github.com/benhoyt/goawk/compare/master...xonixx:goawk:coverage) I'm working on code coverage functionality for GoAWK, similar to the one built in the Golang itself (https://go.dev/blog/cover). In fact, I was able to make the `go...
https://git.savannah.gnu.org/cgit/gawk.git/tree/doc/gawktexi.in Current approach using html parsing is very brittle.
Relates to #196 For this one would be nice to research what style of function comments people use.
After the latest changes (https://maximullaris.com/intellij-awk_grammar_refactoring.html) this code is parsed as correct: ```awk { print 1 print 2 } ``` Can we make the grammar stricter while preserving all the achievement...
We need to make AST build with the help of `pin` in grammar. ``` BEGIN { a[] } function q1q2q3() { } ```

Relates to #76 Looks like we need to understand what to do with #161, #162
Discovered after adding fix to #156. Can be relevant to https://intellij-support.jetbrains.com/hc/en-us/community/posts/360010554180--Custom-Language-Plugin-Highlighting-not-working-despite-correctly-parsed-psi-file. Note, that it parses OK, but highlighting is broken. This happens after removing, then adding back the `\`. ...