python - Shortcut or menu options to create a new function in case of undefined variable -
in eclipse pydev, when write function's name doesn't exist yet gets underlined:

is there keyboard shortcut or options in menu create new function same name , same arguments, following?
def get_scale_timeshift(search_id): ''' '''
typically eclipse uses ctrl+1 bring context menu offering mini refactoring solutions line cursor on. includes defining non-existent classes or methods. works liclipse fork of eclipse integrated pydev.

Comments
Post a Comment