intellij-awk icon indicating copy to clipboard operation
intellij-awk copied to clipboard

The missing IntelliJ IDEA language support plugin for AWK

Results 38 intellij-awk issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/11706893/120727459-4473eb80-c4e3-11eb-92d1-9da7fc87652c.png)

bug

https://github.com/JetBrains/Grammar-Kit/blob/master/TUTORIAL.md https://github.com/JetBrains/Grammar-Kit/blob/master/HOWTO.md#22-using-recoverwhile-attribute

enhancement

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

https://www.gnu.org/software/gawk/manual/html_node/Assert-Function.html

EPIC_Gawk

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)...