Sergey Chikuyonok

Results 185 comments of Sergey Chikuyonok

Make sure your image is accessible, e.g. it exists and it’s path can be resolved against active file (make sure it’s also saved and exists in your hard drive).

How does path to image looks like? It’s absolute (``) or relative (``)?

If it works for absolute paths, then it can’t locate your image with relative path. Can you give me absolute paths of your HTML and image files?

Oh, thanks for research, I’ll try to fix it.

Hi, currently, Emmet can (with some tweaking) comment with `/* ... */`, it doesn’t support single-line `// ...` commenting. The best way to provide custom commenting logic is to override...

You need to simply register a key handler for `Cmd-/` shortcut _after_ initializing Emmet plugin (so it can take precedence): http://codemirror.net/doc/manual.html#keymaps

Hmm, maybe because Expand Abbreviation action is bound to Ctrl+E?

Please check Brackets dev console for errors

It doesn’t work as Tab expander or as menu action too?

OK, I need some time to get my hands on Eclipse plugin.