First time here? Check out the FAQ!
1

What are the shortcut-keys or key for rectifying syntax errors?

While writing a program, if we write self.names = Names() before creating the Names class, what is the shortcut key for creating the Names class I've gone through the tutorial but did not find the shortcut-keys for error correction of the code. In the Wing's editor, when self.names = Names() is written before the Names class is created and the mouse hovers over it, a message says 'Undefined name: Names'.

Varuna's avatar
53
Varuna
asked 2019-11-16 06:06:21 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2019-11-18 09:10:44 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

There isn't one right now, but it's something we hope to add, along with similar actions like adding an import, etc.

Wingware Support's avatar
4k
Wingware Support
answered 2019-11-18 09:11:16 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you!

Varuna's avatar Varuna (2019-11-19 23:57:45 -0500) edit
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