wistful / SublimeAutoPEP8

Automatically formats Python code to conform to the PEP 8 style guide using autopep8 and pep8 modules
144 stars 23 forks source link

Can't find AutoPEP8 in the command palette #45

Closed egorf closed 6 years ago

egorf commented 8 years ago

Hi!

Something went wrong and I can't seem to run the extension for command palette. Settings are still available through the palette and I can use AutoPEP8 by right-clicking files in the Folders menu on the left.

The editor is build 3114, Mac OS X.

Thanks!

flinz commented 7 years ago

Same here. Build 3126 on OSX.

wistful commented 7 years ago

Hi @egorf and @flinz! Thanks for reporting the issue. Could you please set "debug": true in you AutoPep8 settings and try to run the extension one more time. Please attach non-sensitive information from the editor console (hotkey to open console is ⌃ + `) to the bug.

flinz commented 7 years ago

@wistful sure. Here's the startup log with debug: true The final lines get added when i try to find it in the command palette.

wistful commented 7 years ago

Thanks for sending the logs. Unfortunately, there is no plugin debug output there. It should look like:

AutoPEP8:
    sublime: version=3126, platform=linux, arch=x64, packages_path=/home/developer/.config/sublime-text-3/Packages
, installed_packages_path=/home/developer/.config/sublime-text-3/Installed Packages
    plugin: version=1.3.4
    config: {'format_on_save': False, 'select': '', 'debug': True, 'syntax_list': ['Python'], 'file_menu_search_depth': 3, 'indent-size': 4, 'list-fixes': '', 'max-line-length': 79, 'avoid_new_line_in_select_mode': False, 'ignore': ''}

Which SublimeAutoPEP8 version are you using?

wistful commented 6 years ago

@flinz, please reopen the issue if it still reproducible with current version.