I used to able to rely on the ability to edit CSV data in PyCharm (and other JetBrains IDEs) in a fully functional tabular view:
however I can't find this functionality anywhere in my current version (5.0.x).
How do I get this functionality back?
Note that it appears that I can right click on the selected text of the CSV and choose something called (incorrectly and misleadingly) "Edit as Table..."; but this can't be intended as a replacement for the missing functionality!
According to the PyCharm Docs:
For the table editor and associated features to be available:
- You should be using the Professional Edition of PyCharm. (The corresponding functionality is not available in the Community Edition.)
- The Database Tools and SQL plugin must be enabled. (This plugin is bundled with the IDE and enabled by default.)
- The file name extension must be associated with the text file type. See e.g. File Types.
I use Professional Edition, so im my case, the issues was in missing association of file type. I fix it next:
*.csv
to the Text file type.Please vote for DBE-1845 to be notified on any progress. As a temporary workaround you can try assigning a keyboard shortcut to "Edit as Table...
" action as suggested in https://youtrack.jetbrains.com/issue/DBE-1845#comment=27-1193834
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With