Period indentation

I am trying to track down a feature and turn it off. When I press "." on a new line, regardless of my current indentation, I am sent back to the beginning of the line (as if I pressed HOME). "Smart indent" checked or unchecked does not affect this behavior.

0
1 comment

Hi there,

No real idea what may cause it.

Maybe it's your keymap or some plugin? I would suggest:

  1. Change keymap to default/another one and try again (Settings | Keymap).
  2. If #1 helps -- you can use "Find Action by Shortcut" button on that settings page (next to search field) to check if you have any command assigned to that key.
  3. Try disabling all not-bundled plugins (Settings | Plugins) -- maybe one of them does something special when you press such key (just for example, IdeaVim plugin can make big changes)


If nothing of the above -- backup your current settings (e.g. C:\Users\USERNAME\.WebIde50\config on Windows 7) and delete them -- PhpStorm will re-create default on next launch. If it helps -- then you can restore most of the files back from backup straight away (depends on what settings are stored in such files) leaving only few to investigate.

0

Please sign in to leave a comment.