jsformat-atom icon indicating copy to clipboard operation
jsformat-atom copied to clipboard

javascript formatting for the Atom editor

Results 28 jsformat-atom issues
Sort by recently updated
recently updated
newest added

Import statements in ES6 get treated as object when written as ``` import {SomeClass} form './some/path' ``` results in: ``` import { SomeClass }from './some/path ``` Happy to look into...

When I try to do 'ctrl-alt-f' Atom will prioritize 'editor:fold-section' instead of jsformat:format. I've tried this in JS files and LESS files. Same thing happens. When I do Ctrl+. to...

enhancement
question
Need more info

Changed keybinding to be as specific as the conflicting Atom core keybinding. Note that I haven't tested this (I don't know how yet). I'm using this binding in my local...

The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager

PRs welcome

atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use `atom.views.getView(atom.workspace)`,...

bug
PRs welcome

It seems to happen in one particular file in one of my projects which makes it weird and hard to reproduce. My Atom is configures with soft tabs and tab...

bug
PRs welcome

In keymaps/format.cson: Use the `atom-workspace` tag instead of the `workspace` class.

PRs welcome

I think this option really causes confusion because every time I save this goes to top. ![939e8a58-66b2-11e4-9903-132db78f2a1a](https://cloud.githubusercontent.com/assets/441774/4959307/37af2324-66b7-11e4-8eba-5e88be9ec066.gif) This is a proposal, I believe it will get better.

bug

I turn this option off but something is resetting it.

Need more info

Not sure how to describe this. I the latest Atom (I have 0.134.0) the formatter is broken and adds a newline after every word to look like this: ``` var...