Editing problem when pasting
When I move code from one location and paste it into another location the line after the paste sometimes dedents. How can I stop that from happening?
When I paste var=x into a def statement the editor adds spaces: var = x. I have Preferences > Code style > Python > Spaces set to no space around = in named parameter.
When I paste var=x into a def statement the editor adds spaces: var = x. I have Preferences > Code style > Python > Spaces set to no space around = in named parameter.
1 条评论
排序方式
日期
投票数
Please check Settings (Preference on Mac) | Editor | Smart Keys | Reformat on paste
请先登录再写评论。