Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Functon declarations in symbol search

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
robhcm Posted - Mar 31 2021 : 05:35:27 AM
Hello, I hope this post find you well!

For your consideration I would like to to request an option in the Find Symbol search window to allow for "function declarations"

Example classes in a CPP project:


void ClassA::DoSomething()
void ClassB::DoSomething(float param)


Here, "DoSomething" will return these symbol results


ClassA::DoSomething
ClassB::DoSomething


It would be useful to specify "DoSomething(float)" or similar to return more relevant results:


ClassB::DoSomething


I am not sure how to consider function declarations that include other symbols (as a return type or parameter)
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Mar 31 2021 : 07:55:49 AM
We are looking to add the ability to search on parameters as well, to allow you to pick the correct overload:

case=61242

One thing we need to watch for is search performance in very large solutions, so not quite as simple as it could be, but definitely something worth doing.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000