Hello Ti Community,
When I try to toggle function definition from .h to .cpp file I have these questions and problems below.
1. Implementation in .h file becomes a inline method in .h file first and then moves to .cpp. Is there a way to skip creating inline function?
2. I have to wait for a few seconds before each toggle command else it throws an error (Cannot work without definition)
3. I can't select multiple methods and apply this feature. I want to be able to click on a class and move all implementations in .h file to .cpp instead of selecting one at at time.
Here is an example with Visual Studio: docs.wholetomato.com/default.asp
Any tips on how to achieve the following above? Or is this post better suited to an eclipse forum?
Im using version: 10.3.1.00003
Thanks,
Utsav