lee321987 created an issue (geany/geany-plugins#1523) Put this in your script: ``` my_array=() my_array_foo ``` "my_array=" will be listed in the sidebar under the "Functions" category, and if you type "my_arr" and activate word-completion the only completion candidate in the list will be "my_array=".
Also -- declaring the array like this does not fix the issue: `declare -a my_array=()` I'm running Geany 2.0 -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1523 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/[email protected]>
