Closed kondalraodurgam closed 7 years ago
Hi @kondalraodurgam, what languages are you trying to align. Aligner doesn't come with language support.
If you are looking for Javascript support, you can download this package, https://atom.io/packages/aligner-javascript
Hi@adrianlee44 , iam using javascript purpose but its alignment doesn't work
Hm... can you run apm ls
and provide the list of packages under Community Packages
? Thanks.
Does Packages -> Aligner -> Align work?
@m-pokrovskii, using the menu should work as long as there is a cursor on the editor before clicking the menu
This has not been working for me for a while now also.
Here's my community packages list:
├── aligner-javascript@1.3.0
├── atom-beautify@0.30.5
├── atom-ternjs@0.18.3
├── auto-detect-indentation@1.3.0
├── autoclose-html@0.23.0
├── busy-signal@1.4.3
├── craft-twig@0.4.0
├── docblockr@0.11.0
├── git-plus@7.9.3
├── git-time-machine@1.5.9
├── goto-definition@1.3.4
├── highlight-selected@0.13.1
├── increment-me@0.4.1
├── intentions@1.1.5
├── language-javascript-jsx@0.3.7
├── linter@2.2.0
├── linter-csslint@1.3.4
├── linter-htmlhint@1.3.3
├── linter-jshint@3.1.5
├── linter-ui-default@1.6.4
├── minimap@4.29.6
├── oceanic-next@1.0.0
├── pigments@0.39.1
├── react@0.16.2
└── todo-show@1.11.0
@tomkiss, it seems like the core package aligner
is missing in your community packages list.
Yes, sorry for some reason that was truncated. It's the first item on the list.
├── aligner@1.2.4
Can you share some of the code snippet you are trying to align?
I've been just testing it on the example given in the README.
let random = {
troll: "internet",
foo: "bar",
bar: "beer"
}
I'm having trouble reproducing the issue. Please make sure there is no keybinding conflict with aligner. I'm going to close this issue and open a new issue if it's still a problem.
I installed atom aligner but its not working in in my atom