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

This is not super critical for IDE but nice to be fixed. See: https://www.gnu.org/software/gawk/manual/html_node/Precedence.html ![image](https://user-images.githubusercontent.com/11706893/179086054-66c9e35d-aa09-4afa-89ea-e5a509e56e2a.png)

enhancement

Discovered in #39 Shall we cache gradle libs / idea / what else?

Now only single line is moved. https://intellij-support.jetbrains.com/hc/en-us/community/posts/206778165-How-to-support-Block-moves-in-custom-language-plugins

enhancement

There are a lot of false positives atm. TODO more details.

enhancement

Restarting IDEA and enabling back plugin makes it work. But let's understand what's going on. [err.txt](https://github.com/xonixx/intellij-awk/files/7267655/err.txt) https://intellij-support.jetbrains.com/hc/en-us/community/posts/4407574024594-Internal-IDE-error-right-after-updating-my-plugin-to-latest-version https://youtrack.jetbrains.com/issue/IDEA-279479

bug

![image](https://user-images.githubusercontent.com/11706893/136664969-e06ef5ae-9eaf-4117-af6a-afc1313b87fa.png)

bug

- `f( a , b ,c )` -> `f(a, b, c)` - need to be careful to keep spacing in function declaration `function f(a,b, i,j)` used to denote locals -...