Question

Hello I am using Zen Coding in Aptana, but some abbreviations are not working correctly. When I type w TAB I get white-space: instead of width: Can someone tell me how I can set up correct abbreviations?

Was it helpful?

Solution

Aptanas’ Tab key handler takes precedence over Zen Codings’ one (btw, Zen Coding was renamed to Emmet recently: https://github.com/emmetio/emmet-eclipse).

So in your case, you’re actually expanding Aptana snippet, not Emmet one.

You should either remove all Aptana snippets to allow Emmet to handle them or configure (via Preferences > Keys) and use another shortcut to explicitly expand Emmet abbreviations.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top