Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

js-beautify stopped working Sublime Text 3 (Build 3083) #40

Closed
karthilxg opened this issue Dec 18, 2015 · 11 comments
Closed

js-beautify stopped working Sublime Text 3 (Build 3083) #40

karthilxg opened this issue Dec 18, 2015 · 11 comments

Comments

@karthilxg
Copy link

I'm using Sublime Text 3 ( Build 3083), jsbeautifier stopped working. I tried reinstalling through Package Control, tried both command line shortcut's and menu option to run the beautifier still didn't work. Any help would be appreciated.

jsbeautifier version:

image

Sublime settings as follows,

{
  "indent_size": 4,
  "indent_char": " ",
  "indent_level": 0,
  "indent_with_tabs": false,
  "preserve_newlines": true,
  "max_preserve_newlines": 10,
  "jslint_happy": false,
  "brace_style": "collapse",
  "keep_array_indentation": false,
  "keep_function_indentation": false,
  "space_before_conditional": true,
  "break_chained_methods": false,
  "eval_code": false,
  "unescape_strings": false,
  "wrap_line_length": 0,

  // jsbeautify options
  "format_on_save": false,
  "use_original_indentation": false
}
[{
    "keys": ["ctrl+alt+f"],
    "command": "jsbeautify",
    "context": [{
        "key": "selector",
        "operator": "equal",
        "operand": "source.js,source.json,source.jade"
      }
    ]
  }
]
@andyhqtran
Copy link

Doesn't work on my end either.

@endquote
Copy link

See #39

@nfantone
Copy link

Same over here on 3095.

@pratik60
Copy link

pratik60 commented Jan 3, 2016

@enginespot Hey, we are using a fork version of this. If you have any pointers as to what broke it, do suggest, so we can attempt to initiate a pull request

@enginespot
Copy link
Owner

yes yes , welcome

@theblang
Copy link

Was anything figured out regarding this issue? It seems that with the current versions of this package and ST3, beautify doesn't work correctly.

@tc-mccarthy
Copy link

tc-mccarthy commented Sep 22, 2016

@enginespot Beautify stopped working for me on multiple computers in multiple versions of sublime in the last few days as well.

@panthershark
Copy link

The latest September build of ST3 also broke this plugin for me. Can I help in any way to fix it?

@enginespot
Copy link
Owner

Thanks everyone ,currently I will take some time to fix all of the bugs ,and tried to add new features

@enginespot
Copy link
Owner

please try to use the latest version

@enginespot
Copy link
Owner

bug fixed with the latest version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants