Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tab and Enter key do not work anymore in the webstorm editor while typing

Tags:

webstorm

Ever since I upgraded my webstorm IDE to v8.0.4 the enter/return and tab key has no effect in the code editor.

Could there maybe any settings I have somehow changed that these keys does not work?

I have just found out that this odd behavior is only in the main index.html file not in my partial html files ???!!!

like image 459
Pascal Avatar asked Jul 13 '14 19:07

Pascal


People also ask

How do I switch between tabs in WebStorm?

Switch between tabs To move between tabs, press Alt+Right or Alt+Left . You can also switch between recently viewed tabs or files. In the editor, press Ctrl+Tab . Keep pressing Ctrl for the Switcher window to stay open.

Why enter is not working in Pycharm?

Go to file -> Editor -> General -> Appearance -> 'Use block caret' and uncheck it if it's checked. Otherwise, it might be the issue with the keymapping. Go to File -> Settings -> Keymap, search for enter and make sure that it is mapped to enter. OR, just reset the keymap by clicking the reset button on the same page.

Is WebStorm a text editor?

WebStorm is a lightweight and intelligent IDE for front-end development and server-side JavaScript. Notepad++ and WebStorm are primarily classified as "Text Editor" and "Integrated Development Environment" tools respectively.

How do I add tabs in IntelliJ?

IntelliJ: click on IntelliJ IDEA on top left corner of the screen when it is the current window -> Preferences... -> Expand Appearance & Behavior tab to find System Settings tab, click on it (no need to expand) -> Select Open project in New Window -> Click OK to save current settings.


1 Answers

I had the same problem in one particular project, and other keystrokes also didn't work, including "(".

Selecting File > Invalidate Caches / Restart fixed it.

like image 146
James Mauldin Avatar answered Oct 05 '22 21:10

James Mauldin