How to type a pipe under Mac Os X with PhpStorm?
Hi,
I use PhpStorm since shortly, I'm under Mac Os X Snow Leopard and I can't type pipe (like this "|") under editor. If I use this combination (alt+shift+letter L), who runs with another editor, PhpStorm display a menu like "Lod Context (Press SHIFT to merge with current context)".
Please sign in to leave a comment.
Looks like this shortcut wasn't adjusted in OS X keymap. We already scheduled a review and fixing sessions for keymaps for all platforms.
In the meantime you can either change/remove it for you in Settings|Keymap panel or disable tasks plugin in Settings|Plugins if you don't use it.
Thank you, indeed I just needed to go in "File->Settings->Plugins" and to uncheck "Task Management".
Just use:
Alt+7
For me this work...
Greetings,
Urkman
Alt+7 correspond to "«" on my Mac Os X
I'm using a german system.
I get an "«" pressing alt+q
Greetings,
Stefan
It seems that this bug is still not fixed. After almost 3 years, it's not very cool :(
Ludovic, it should be fixed, see http://youtrack.jetbrains.com/issue/IDEA-54883.
Which IDE build version and Keymap (from Settings | Keymap | Keymaps) do you use?
Still not fixed in 2016.2 (PhpStorm 2016.2.1 Build #PS-162.1889.1, built on August 23, 2016), although the error changed : it now sorts the lines instead. Using Default keymap on El Capitan, french AZERT keyboard. This is likely a consequence of the Line sort plugin, so I just changed the mapping for the plugin to Ctrl-Alt-L instead.
You mean this plugin: https://github.com/syllant/idea-plugin-linessorter ?
You can submit an issue at https://github.com/syllant/idea-plugin-linessorter/issues for the author to take a look at it.
Yup that's, the one. Added the issue on their Github, thanks.
Thanks for reporting!