You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Type the text from the cases below to the editor:
First case:
a = dict(
Second case:
b = dict
b.update(
2. After typing the last character - '(' the call tip will not be displayed
What is the expected output? What do you see instead?
Call tip with constructor/function arguments displays.
What version of the product are you using? On what operating system?
2.5.3 on Windows (x86)
Please provide any additional information below.
I know that there may be some issues with improper in-code documentation of the
functions like dict (code imported from C?).
Little solution:
There is a tooltip which shows on prompt while typing 'dict'. Start typing
dict, and eventually press Ctrl+Space. The completion "menu" will show in which
you can choose the function/class name you want to type. When 'dict' is chosen
there is a hint with informations about constructors on the right. It would be
great if the same hint appears as a constructor call hint when the user type
"dict(". The same issue and solution for function update.
Original issue reported on code.google.com by knec...@gmail.com on 16 Aug 2012 at 1:02
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
knec...@gmail.com
on 16 Aug 2012 at 1:02The text was updated successfully, but these errors were encountered: