简体   繁体   English

如何在 PyCharm 终端中启用命令历史记录

[英]How To Enable Command History In PyCharm Terminal

I am using Pycharm 2020.2.3 professional version but I cannot revert previously written command history as It used to be in VSCode IDE.(previously Vs code user).我正在使用 Pycharm 2020.2.3 专业版,但我无法恢复以前编写的命令历史记录,因为它曾经在 VSCode IDE 中。(以前是 Vs 代码用户)。 For example if I type python manage.py makemigrations and after closing Pycharm once there are no commands I typed in terminals hitting (up arrow key in keyboard).例如,如果我输入python manage.py makemigrations并在关闭 Pycharm 之后,一旦没有我在终端中输入的命令(键盘上的向上箭头键)。 What should I do to?我该怎么办?

From PyCharm 3.1onwards, press browse history in the console, the Browse History window will appear and start typing to search for specific commands.从 PyCharm 3.1 起,在控制台中按浏览历史记录,会出现浏览历史记录 window 并开始输入以搜索特定命令。 In Windows, you can use Ctrl Alt e.在 Windows 中,您可以使用 Ctrl Alt e。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM