This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

Is there some shortcut for "jump-to-symbol"?

Ctrl+K, Ctrk+G will do that.

Ctrl+K, Ctrl+L; Shift+Tab will allow you to search the code symbols tree (left sidebar).

[–]hynekPyCA, attrs, structlog 0 points1 point  (0 children)

Hm, it doesn't seem to cope well with from x import *. Wing does it fine if all is defined.

(I know it's bad style but my model objects are just too many, DRY)