作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我曾经能够依靠在 fully functional tabular view 中编辑 PyCharm(和其他 JetBrains IDE)中的 CSV 数据的能力:
但是我在当前版本 (5.0.x) 中的任何地方都找不到此功能。
如何恢复此功能?
请注意,我似乎可以右键单击 CSV 的选定文本并选择名为(错误且误导性地)“编辑为表格...”的内容;但这不能作为缺失功能的替代品!
最佳答案
根据 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.
*.csv
添加到文本文件类型。 关于csv - 如何让 "table view"在 PyCharm 中处理 CSV 数据?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34494891/
我是一名优秀的程序员,十分优秀!