[Github-comments] [geany/geany] Enable local variables for C/C++ and improve autocompletion (PR #3185)

Thomas Martitz notifications at github.com
Tue May 10 05:18:11 UTC 2022


@kugel- commented on this pull request.



>  	foreach_ptr_array(tmtag, i, tags)
 	{
+		if (!tm_workspace_is_autocomplete_tag(tmtag, doc->tm_file, current_line, current_scope))

So "goto tag" is now constrained to the same tags as scope completion, because with all the local tags of other functions that would be too much? Can you just add this as a small comment please so this call doesn't look out-of-place?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3185#discussion_r868824465
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3185/review/967185181 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220509/1597f896/attachment.htm>


More information about the Github-comments mailing list