Bulk/Batch Editing
Is bulk/batch editing selections possible? For example: say I have some selection and wanted to extend that selection to include some (not necessarily all) other instances of the selected text in the current file, then edit all selections simultaneously by typing directly (not using find/replace).
Is there a feature of PyCharm or some plugin that offers this capability?
Is there a feature of PyCharm or some plugin that offers this capability?
3 条评论
排序方式
日期
投票数
Not really. Note that many cases where you need this are covered by PyCharm's rename refactoring (which is also capable of changing text occurrences).
Perhaps, however it doesn't seem to work on strings, braces, colons, etc. only variable names so this is not a solution.
http://youtrack.jetbrains.com/issue/IDEA-80056
请先登录再写评论。