On Mon, Jul 18, 2016 at 5:12 PM, Colomban Wendling < [email protected]> wrote:
> Hi, > > Le 18/07/2016 à 15:43, Amir Teymuri a écrit : > > code-completion in geany doesn't comprehend all the keywords in a > > language. For example in python geany shows often keyword suggestions > > which come not from python, or when i start typing "print" nothing will > > be poped-up as suggestion. Is there a plugin that should be installed to > > enhance the code-completion suggestions? > > There currently is no builtin or plugin way to directly auto-complete > keywords. It's indeed something that would be probably interesting to > have under an option directly from inside Geany. > I've just created a patch doing this here: https://github.com/geany/geany/pull/1146 Creating TMTag from a keyword is a bit hack but we can reuse quite a lot of code this way. Cheers, Jiri
_______________________________________________ Users mailing list [email protected] https://lists.geany.org/cgi-bin/mailman/listinfo/users
