First time here? Check out the FAQ!
1

Hover over function to see popup help of parameters etc

I'm trying to convert from pycharm to wing and a feature that I find helpful is to hover over a function/method and a popup with help (format and parameters) will appear... anything in wing to do the same thing??

also... I have an external tool defined in pycharm to run pyinstaller and produce an exe file with a simple click within pycharm... anything in wing to do the same thing?

anonymous user
Anonymous
asked 2021-02-23 12:52:29 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2021-02-24 08:18:23 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Wing shows docs, call signature, etc in the Source Assistant tool, available from the Tools menu, and not by hovering the mouse. That continuously updates to show information for the current context, which can include anywhere your caret is in the editor, the current auto-completer item, selection in Project or Source Browser tool, etc.

You can extend Wing Pro in several ways: (1) Add a command in the OS Commands tool (also in Tools menu) and bind that to a key binding in the command's configuration, (2) add functionality with Wing's scripting API and bind that to a key, add it to a menu, or add a toolbar item to invoke it.

And example and documentation of scripting the IDE is here: https://wingware.com/doc/scripting/index

Please don't hesitate to ask if you have questions when writing extensions to Wing.

Wingware Support's avatar
4k
Wingware Support
answered 2021-02-24 08:17:46 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer