Volodymyr Gubarkov

Results 66 issues of Volodymyr Gubarkov

When you hit Ctrl-P and if function has no parameters it shows `` ![image](https://user-images.githubusercontent.com/11706893/136386735-cc832122-fdfa-4a2d-99eb-464f44eab92b.png) 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() { } ```

![image](https://user-images.githubusercontent.com/11706893/235370097-506c36f7-e47f-48db-a855-d9fbd7e0f127.png)

bug
low_priority

Relates to #76 Looks like we need to understand what to do with #161, #162

EPIC_Gawk

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 `\`. ![image](https://user-images.githubusercontent.com/11706893/219523292-0e97461a-e114-4952-9e00-663f2af95175.png)...