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/115939049-6f5f2e80-a4a5-11eb-8787-bd164352ab51.png)

enhancement
low_priority

Looks like this is not cross-dialect ``` $ mawk 'function a (s) { print s } BEGIN { a ("A") }' A $ gawk 'function a (s) { print s...

low_priority
Inspection

See: - https://github.com/xonixx/intellij-awk/issues/73

enhancement
EPIC_Gawk
Inspection

Instead on relying on function naming `init*()` can rely on function being called from `BEGIN` block

enhancement

See https://github.com/xonixx/intellij-awk/issues/57

EPIC_Gawk

Relates to https://github.com/xonixx/intellij-awk/issues/69 Understand what to do: ``` $ ./soft/gawk51 'function foo(gsub) { print gsub } BEGIN { foo(123) }' gawk51: cmd. line:1: function foo(gsub) { print gsub } BEGIN...

EPIC_Gawk

Should fail parsing: ```awk if::junk = 1 foo::match = 3 ```

enhancement
low_priority

https://invisible-island.net/mawk/