Editor intellisense and navigation does not work with declared objects
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2012
11:15 PM
09-25-2012
11:15 PM
Editor intellisense and navigation does not work with declared objects
In my (JScript) test scripts would like to use objects in this way (which runs fine in TestComplete) to e.g. for namespacing.
var MyFunnyClass = {
Alert: function( time, message) {
alert();
}
};
MyFunnyClass.Alert();
However the editor intellisense and navigation (Ctrl-click on method) does not work with this. Is there any plans to make it work or any workarounds I could use?
BR, David
var MyFunnyClass = {
Alert: function( time, message) {
alert();
}
};
MyFunnyClass.Alert();
However the editor intellisense and navigation (Ctrl-click on method) does not work with this. Is there any plans to make it work or any workarounds I could use?
BR, David
23 REPLIES 23
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2012
12:11 AM
10-29-2012
12:11 AM
Hi David,
The reason why TestComplete does not perform navigation to the function's declaration is that TestComplete's parser currently does not support routines declared in this way. However, we have an appropriate suggestion in our DB, and your request has increased its rating. Thanks.
BTW, despite this, the code should be executed fine (one note, TestComplete doesn't support IE's alert function).
---------
Tanya Yatskovskaya
SmartBear Community and Education Manager
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2014
12:29 AM
02-03-2014
12:29 AM
I would like to have the intellisense/code completion working for declared objects in VBScript too.
Could you increase the rating of that suggestion on my behalf?
Thanks.
Could you increase the rating of that suggestion on my behalf?
Thanks.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2014
05:37 PM
02-03-2014
05:37 PM
Hi Christian,
I've added your vote. Thanks!
---------
Tanya Yatskovskaya
SmartBear Community and Education Manager
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2014
12:09 AM
02-12-2014
12:09 AM
Please add my vote for this capability on JScript.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2014
03:17 PM
02-12-2014
03:17 PM
Hi Paul,
I've added it. Thanks.
---------
Tanya Yatskovskaya
SmartBear Community and Education Manager
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2014
08:50 AM
02-17-2014
08:50 AM
Please add my vote for this capability on JScript too.
Thanks!
Thanks!
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2014
03:39 PM
02-17-2014
03:39 PM
Hi Jennifer,
Done.
---------
Tanya Yatskovskaya
SmartBear Community and Education Manager
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2014
02:28 PM
05-01-2014
02:28 PM
Hi, can you please add my vote to this as well.
It will be greatt if his can be implemented, it becomes difficult when you have a lot of cusotm classes and you quickly want to see the declaratin of the methods in them.
Regards,
Ash
It will be greatt if his can be implemented, it becomes difficult when you have a lot of cusotm classes and you quickly want to see the declaratin of the methods in them.
Regards,
Ash
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2014
08:16 PM
05-01-2014
08:16 PM
Hi Ash,
I've added your vote, as well. Thanks for your participation.
---------
Tanya Yatskovskaya
SmartBear Community and Education Manager
Tanya Yatskovskaya
SmartBear Community and Education Manager
