8000 Call tips for some of functions and constructors don't work · Issue #682 · pyscripter/pyscripter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Call tips for some of functions and constructors don't work #682

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
GoogleCodeExporter opened this issue Aug 24, 2015 · 1 comment
Closed

Comments

@GoogleCodeExporter
Copy link
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

@pyscripter
Copy link
Owner

Fixed in version control.

pyscripter added a commit that referenced this issue Oct 28, 2018
Code completion improvements and fixes
Restructuring in PythonSourceScanner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
0