How do you use replace in Spyder?

后端 未结 5 1965
终归单人心
终归单人心 2021-02-05 00:59

Well, you start with cursor on your text, Ctrl+H and type replacement. But surprisingly i was not able to found any shorcut for actual replace or replace a

5条回答
  •  無奈伤痛
    2021-02-05 01:35

    I have the same issue with Spyder, I don't know why this has not been implemented in the editor.

    The work around I currently have for multiple replace is to :

    1. Copy the replacement term to the clipboard

    2. Search(Find/Replace) for the term to replace

    3. Use F3 to select the next term

    4. Use paste Ctrl+V to replace it

    5. Back to step [3] to find the next term

    Hope this helps!

    EDIT:

    According to Spyder dev @carlos below. Since v3.2 This has now been implemented and you may just press and move to the next term.

提交回复
热议问题