I know that there is a Ctrl + Space dialog box that shows the parameters of the methods that I have. But if I have a method that I do not fully remember his name, and I remember only part of the name.
For example: there is a large static class containing many methods starting with "add"
add1_ buffer , add2_Render, add7_Function, etc. now I donβt remember the full name, but I only remember β Buffer β.
so I want to type "buffer" by pressing Ctrl + Space and get the method "add1_Buffer" and all the names that contain the name "buffer" in it.
Edit: By the way, I need this on the OpenGL api, where there are many functions, and I am not familiar with all of them, I only know the keywords, I was looking for something like a visual studio, which is really quick and easy.
source share