Code completion not working for class methods
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2016
02:34 PM
07-18-2016
02:34 PM
Code completion not working for class methods
Code completion does not work for the example below both when "Auto Pop-up" is enabled or triggering using Ctrl+Space.
Is this a bug or does the TestComplete editor not support it at all? Any recommended IDE that will do this and work with TestComplete objects?
#tests.py
class A: def Greet(self): Log.Message("Hi from A.Greet") def test1(): x = A() x. #I want autocomplete to popup here
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2016
02:56 PM
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2016
04:21 PM
07-19-2016
04:21 PM
Added kudos to your feature request.
Please add kudos to anyone who runs into this thread.
