Sergey Chikuyonok

Results 185 comments of Sergey Chikuyonok

If you’re using Tab key, it may not work since Aptana has its own Tab handler

They are the same but plugin architecture in ST and Eclipse (Aptana) are different. Aptana’s Tab key handler may take precedence over Emmets’ one in CSS so it doesn’t even...

Please provide more details

OK, sure, I’ll update my file access API. Are there any docs on `FileSystem` object? There are still some file API features I have to implement to add full support...

I’m trying to use new Brackets FileSystems implementation and having problems: reading binary files always returns `NotReadable` error. I’ve tried to pass different encodings to `File.read()` method (`raw`, `ascii`, `binary`,...

You should use quotes in this case: `input[name='foo[]']`

There’s no alert dialog in Emmet plugin anymore, it shows inline panel at the bottom of the main editor. Make sure you have the most recent Emmet plugin

The Atom itself is deprecated so it’s better use another editor like VSCode

There are two options how to do this: 1. Create “snippet” (not “abbreviation”), for example, with name `dw` and the following content: ``. You can use it as follows: `dw#some-id.some-class`....