sublime-standard-format

Runs standard --fix against the javascript in your ST3 window on save or manually.

MIT License

Stars
60

Bot releases are hidden (Show)

sublime-standard-format - Latest Release

Published by bcomnes about 3 years ago

  • Support edit_settings API for preferences (dual pane: default, user settings.)
sublime-standard-format -

Published by bcomnes about 3 years ago

  • Switch to new Python 3.8 runtime for better performance.
  • Sublime Text 4 required.
sublime-standard-format -

Published by bcomnes over 3 years ago

  • Improved support for ts-standard
  • Add support for {FILENAME} placeholder in commands array. See Docs.
  • Thank you @carlpett for this feature!
sublime-standard-format -

Published by bcomnes over 3 years ago

  • Try to set the CWD of the format process closer to the root of the project.
  • Better process placement should mean better results for ts-standard and its ability to find the nessisary config files.
  • Thank you @carlpett for pointing this issue out.
sublime-standard-format -

Published by bcomnes over 3 years ago

6.4.1

  • Fix regression preventing from formatting with standard or semistandard. Thank you @pmjam
  • Please open new issues if you run into any other issues.
sublime-standard-format -

Published by bcomnes almost 4 years ago

  • Add semistandard to the list of default commands to use.
  • Add .jsx to the list of default file extensions to operate on.
  • Document project local settings.
sublime-standard-format -

Published by bcomnes almost 4 years ago

Enable loading of settings from projec local .sublime-project file. Thank you @vonas. https://github.com/bcomnes/sublime-standard-format/pull/75

sublime-standard-format -

Published by bcomnes almost 4 years ago

sublime-standard-format -

Published by bcomnes over 4 years ago

  • Handle errors throwing from files on NFS mounts (#74
sublime-standard-format -

Published by bcomnes over 4 years ago

6.2.0

  • Show errors in status bar
  • Add context menu item
sublime-standard-format -

Published by bcomnes over 7 years ago

6.1.3

  • Fix critical bug on windows. The plugin should work on windows again. Sorry about that folks. I haven't been using windows all that often these days.

Contributors to this version:

  • @AndrewTziAnChan

Thanks!

sublime-standard-format -

Published by bcomnes almost 8 years ago

  • Added the ability to format JS inside of html files. There are some issues with this feature currently, so its opt in. To enable this, add the following to your sublime standard format config:

"extensions": ["js", "html", "vue"],

  • Added a warning for certain bad configurations.
sublime-standard-format -

Published by bcomnes almost 8 years ago

  • Default to standard --fix --stdin. Please update to the latest standard!
sublime-standard-format -

Published by bcomnes almost 9 years ago

  • Standard Format now uses the "command" field to locate standard-format (breaking change)
sublime-standard-format -

Published by bcomnes almost 9 years ago

  • Fixed: Windows support
sublime-standard-format -

Published by bcomnes almost 9 years ago

sublime-standard-format -

Published by bcomnes almost 9 years ago

POTENTIALLY BREAKING CHANGES

Please open any issues or send PRs if you run into issues, and we can deal with them as soon as possible.

https://github.com/bcomnes/sublime-standard-format