mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Mirror of https://github.com/eclipse-cdt/cdt
![]() Hi, This patch updates code completion to use search. It also includes my previous patch which enabled the class wizard to use search as well. Current Code Completion has the following restrictions: - It will only work within the scope of a function or a method. -It will look for globals (variables, functions, classes, strucs, unions, enumerations, and macros). -In the scope of a method, it will also look for the methods and fields that belong to the owner class of this method. - It will NOT search the parent classes of the method in the method scope case. - It will NOT de-reference after a "." or an "->" |
||
---|---|---|
core | ||
debug | ||
doc/org.eclipse.cdt.doc.user | ||
launch/org.eclipse.cdt.launch | ||
releng |