Encountering some challenges with IntelliJ 13 and autocompletion while working on CSS. Previously, to set margin:
I would simply type: mar
then press Tab.
However, in the new version, it now shows max-resolution
instead:
Initially thought it might be related to the new Emmet feature, but even after disabling it, the problem persists:
Has anyone else encountered a similar issue?