How to disable auto code snippet insertion?

Answered

When typing something like:

<android.support.v4.view.ViewPager

android:layout_width="match_parent"

a

Just after typing the last a, it automatically removes my code and adds an already made snippet instead. It is very annoying. How can I stop this?

 

Thanks

0
3 comments

What specific template does it add? Could you please provide a screenshot or a video?

0
Avatar
Permanently deleted user

Yeah it's super annoying, writing JavaScript I'm super used to typing `doc` then tab to autocomplete to `document` but on WebStorm doc + tab gives this :

 

 

If I press ENTER I get this:

 

0

You can disable this live template `doc` in `File | Settings | Editor | Live Templates > Zen HTML`.

0

Please sign in to leave a comment.