<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 18, 2016 at 5:12 PM, Colomban Wendling <span dir="ltr"><<a href="mailto:lists.ban@herbesfolles.org" target="_blank">lists.ban@herbesfolles.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Hi,<br>
<span class=""><br>
Le 18/07/2016 à 15:43, Amir Teymuri a écrit :<br>
> code-completion in geany doesn't comprehend all the keywords in a<br>
> language. For example in python geany shows often keyword suggestions<br>
> which come not from python, or when i start typing "print" nothing will<br>
> be poped-up as suggestion. Is there a plugin that should be installed to<br>
> enhance the code-completion suggestions?<br>
<br>
</span>There currently is no builtin or plugin way to directly auto-complete<br>
keywords.  It's indeed something that would be probably interesting to<br>
have under an option directly from inside Geany.<br></blockquote><div><br></div><div>I've just created a patch doing this here:</div><div><br></div><div><a href="https://github.com/geany/geany/pull/1146">https://github.com/geany/geany/pull/1146</a></div><div><br></div><div>Creating TMTag from a keyword is a bit hack but we can reuse quite a lot of code this way.</div><div><br></div><div>Cheers,</div><div><br></div><div>Jiri </div></div></div></div>