Skip to content

Commit

Permalink
Actualize README #150
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Feb 5, 2023
1 parent e8c52af commit 819075c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,11 @@ The missing IntelliJ IDEA language support plugin for [AWK](https://en.wikipedia

- [x] Enforce variable naming convention (the idea taken from [How I Write AWK Code](https://github.com/ttv1/aok/blob/master/docs/codingtips.md#debugging-tools))
- [x] `name` for local
- [x] `Name` for global
- [x] Showing parameter hints for functions (Ctrl-P)
- [x] Showing documentation for built-in functions
- [x] Showing documentation for built-in variables (`NR`/`NF`/etc.)

## Future ideas

- [ ] Enforce variable naming convention (the idea taken from [How I Write AWK Code](https://github.com/ttv1/aok/blob/master/docs/codingtips.md#debugging-tools))
- [ ] `Name` for global
- [ ] Add settings switch to select Awk dialect (Posix vs Gawk)
- [ ] Auto-format code via `gawk --pretty-print`

## Parser quirks
Please note, due to very ad-hoc nature of AWK syntax (namely some inherent ambiguities in its grammar) the implemented IntelliJ IDEA AWK parser has some minor limitations.
Expand Down

0 comments on commit 819075c

Please sign in to comment.