Forum Discussion

jsan's avatar
jsan
Occasional Contributor
8 years ago

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

  • NisHera's avatar
    NisHera
    Valued Contributor

    It is not supported by TC 

    See this and this

    I have created feature request here you can add votes if you like

  • jsan's avatar
    jsan
    Occasional Contributor

    Added kudos to your feature request.

     

    Please add kudos to anyone who runs into this thread.