From 819075cab931c8921ee6420eead15612902fd007 Mon Sep 17 00:00:00 2001 From: xonix Date: Sun, 5 Feb 2023 16:27:21 +0200 Subject: [PATCH] Actualize README #150 --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 1fe916a..83811e9 100644 --- a/README.md +++ b/README.md @@ -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.