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 comments
Sort by
Date
Votes
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
Please sign in to leave a comment.