Search code examples
intellij-ideaphpstorm

How to exit from "Edit as Table" mode in PhpStorm?


When editing a CSV file in PhpStorm, I enabled "Edit as Table" and can not find how to close this mode. I do not know how to close the "Data" tab.

Help me please!

Linux Mint, Phpstorm v.2018.1.6


Solution

  • I looked all over but couldn't find a way to do this. In the end it was bugging me so much that I just dropped the Jetbrains/IntelliJ project files and recreated them. This is a very heavy hammer for this problem.

    If you have a Git repository this is usually as simple as...

    1. Close your project if it is open
    2. git clean -idx and select the project files to remove (carefully, if you have stuff you don't want to clean out! this deletes things!)
    3. Reopen the project and let it regenerate the project files from scratch

    Tada! No more table editor mode. You may lose debugging profiles or other project specific settings, and YYMV :)