I've recently been working on a project at work that involves defining a lot of different datat ypes, all with similar class instances, so I decided to save a lot of work by using a CPP macro to define the data types and their instances. The problem with this is that these types now no longer show up when trying to jump to their tag. So I think it would be beneficial to check to see if CPP is one of the mentioned language extensions, and run that, then scan the file for definitions.
I've recently been working on a project at work that involves defining a lot of different datat ypes, all with similar class instances, so I decided to save a lot of work by using a CPP macro to define the data types and their instances. The problem with this is that these types now no longer show up when trying to jump to their tag. So I think it would be beneficial to check to see if CPP is one of the mentioned language extensions, and run that, then scan the file for definitions.