This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

Code Completion

GtkSourceView supports code completion. We should piggy back on that.

We can re-use the same AST that gir-scanner uses, so that we get high-quality results for C.

Additionally, we can use CTags.

Have you looked at using clang? It could be a very clean way to get code complete with intelligence. -- NickGlynn


2024-10-23 11:02