Pycharm Ido equivalent?
Coming from Emacs, I have become addicted to ido. Ido can do a lot of things, but one of the areas where it is most helpful is in file selection – I can press ctrl-x ctrl-f to open a file, start typing a fragment of the file name, and ido will show all the files that match. I can either type enough to make the choice unique, press enter to accept the currently highlighted choice, or press tab to cycle among the possible choices.
Is there anything like that for Pycharm?
Is there anything like that for Pycharm?
请先登录再写评论。
Could you please show some screenshots with how it works there and how it works in PyCharm (on the same code base / search string, of course)?