On September 23, 2024 11:09:18 AM GMT-04:00, Lucas Vieites via Users <[email protected]> wrote: > Hi there, >this is something that you could easily do with a macro. You would need >to install the Macro plugin for that. > > Kind regards, >-- >*Lucas Vieites <https://namedrop.io/lucasvieites>* >Blog @ codexion.com <https://blog.codexion.com/> >LinkedIn <https://www.linkedin.com/in/lucasvieites> > > >On Mon, Sep 23, 2024 at 4:52 PM H via Users <[email protected]> >wrote: > >> On September 22, 2024 7:01:32 PM GMT-04:00, H <[email protected]> >> wrote: >> >Running geany 2.0. I'd like to extend the auto-completion to >non-alpha >> >strings such as {{ which should be auto-completed to {{ }}, or {% >which >> >should be auto-completed to {% %} etc. >> > >> >This does not seem to work but is there any way to get it to work? >> >> Solved. I found the definition of word chars in snippets.conf, added >[ and >> { to the list of characters and can now auto-complete strings >beginning >> with [ or { which is great. >> _______________________________________________ >> Users mailing list -- [email protected] >> To unsubscribe send an email to [email protected] >>
No need to. Modifying wordchars in snippets.conf is sufficient. _______________________________________________ Users mailing list -- [email protected] To unsubscribe send an email to [email protected]
