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-2014
12:47 AM
10-29-2014
12:47 AM
Please add my vote too. I see this post has been opened for 2 years so I suspect this might not be a high priority! perhaps some more votes will help.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2014
07:46 PM
10-29-2014
07:46 PM
Hi Chris,
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
03-12-2015
10:20 AM
03-12-2015
10:20 AM
I will vote for this too.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2015
07:40 AM
10-14-2015
07:40 AM
I would like to see this available in Python also
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2016
01:43 AM
04-02-2016
01:43 AM
I'd like too have it too
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2016
12:05 AM
05-17-2016
12:05 AM
+1 for JScript
Not critical though, as instead of keeping all objects declaration in one file, we could simply create new script corresponding to each object and keep them in just one folder.
Doing things properly => getting proper results => getting profit
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2016
07:18 AM
07-27-2016
07:18 AM
Please add my vote to this suggestion for all scripting languages.
Having intellisense capability would be a big improvement.
Thanks!
Daniel
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2016
08:51 AM
07-27-2016
08:51 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?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2016
02:38 PM
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2019
10:56 AM
08-01-2019
10:56 AM
Can we get a link to that appropriate suggestion in the DB?
