1 Comment
- shankar_rCommunity Hero
If you click the function with ctrl pressed then you will be able to navigate to that function.
For more details : https://support.smartbear.com/testcomplete/docs/scripting/code-editor/code-navigation.html
Hi team,
If we right click on the function call to go to its declaration, the option named 'Go to Declaration' remains disabled because the function is referred by required(...). So while developing a test case, it gets very difficult to go to any of the function's definition. This feature is available for the functions if they are referred by //USEUNIT .....I would like to have 'Go to Declaration' feature available for the functions referred by require(...).
Thank you.
With regards,
Sachin
If you click the function with ctrl pressed then you will be able to navigate to that function.
For more details : https://support.smartbear.com/testcomplete/docs/scripting/code-editor/code-navigation.html