Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Forward declare feature

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
stoffe Posted - Feb 21 2018 : 07:52:24 AM
Hi!

I think it would be nice to have a forward declare feature, e.g. if you hover over a class and press Alt+Shift+Q, "forward declare" could be an action. It may not be a show stopper but could still come handy.

Example:



#include "..."

void func()
{
  FancyClass *instance;
}




Imagine we hover over "instance" and press forward declare.
This could result in something like:



#include "..."

class FancyClass;

void func()
{
  FancyClass *instance;
}



Thanks!
7   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jul 25 2018 : 09:37:28 AM
Thank you for the feedback, it is always good to know that new features are working well and as designed.
stoffe Posted - Jul 25 2018 : 08:58:37 AM
Awesome! Have tried it now for some time and already love it. Keep up the good work!
sean Posted - Jul 13 2018 : 3:21:42 PM
case=27045 is implemented in build 2283. Rather than hover over the instance name, hover over the instance type.
feline Posted - Feb 22 2018 : 10:59:52 AM
Ah, the genetically engineered tomatoes, I am still very proud of them
stoffe Posted - Feb 21 2018 : 11:19:19 AM
Awesome!

Also, I'm your biggest fan! Even have the whole tomato stress ball :)
feline Posted - Feb 21 2018 : 11:13:18 AM
This is something we are looking to do:

case=27045
stoffe Posted - Feb 21 2018 : 07:54:08 AM
Preferably also working with headers.

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