Currently if I'm typing inside a comment block, the completion list won't show up automatically. Please support it, or add option to enable it.
Here is my Geany:
```shell 07:45:20: Geany INFO : Geany 1.25, en_US.UTF-8 07:45:20: Geany INFO : GTK 2.24.28, GLib 2.44.1 ```
Thank you,
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/704
Would have to be an option, currently autocomplete is deliberately only applicable in code, and since this is the only request clearly the current situation is acceptable to many.
I guess its that way because it is annoying in comments when plain words pop up autocomplete boxes, but I can see that it might be useful in doc comments that contain pieces of code.
BTW you are aware that you can manually trigger autocomplete in comments (default binding ctrl+space)? It is just not automatic.
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/704#issuecomment-150458172
@elextr
Thanks.
I know I can trigger it with `ctrl-space`. But it would be great if there's an option to show it automatically.
I would like to add that it should be an option to show up the list automatically in everywhere, not just inside comment block. For instance, currently it won't work if I'm typing inside an xml attribute, such as `test` in this:
```xml <activity android:name="test.abc"/> ```
Thank you very much for your hard work.
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/704#issuecomment-150461030
github-comments@lists.geany.org