您现在的位置是: 首页 > 杂七杂八 idea去掉Smart commands execution提示
idea去掉Smart commands execution提示
2020-06-16 【杂七杂八】 4319人已围观 8431次浏览
简介idea去掉Smart commands execution提示
最近idea经常在输入命令之后出现提示
Smart commands execution
Highlighted commands can be interpreted and executed by the IDE in a smart way.
Press Ctrl+Enter to try this, or Enter to run the command in the console as usual.
You can turn this behavior on/off in Preferences | Tools | Terminal. Got it!
本意是好的,引入了智能执行终端命令的功能,在匹配到输入命令后,将其突出显示(当前功能还在测试阶段)
但是在实际的使用过程中,经常提示这个就会很烦人,并且此功能也不是很稳定,如果不想继续看到此类提示,可以通过下面的方法进行禁用
首先在 idea 界面,连按两下 Shift ,出现界面后输入 “registry”,并选择第一个打开注册表窗口
然后找到(没有搜索功能,但是有首字母排序)
terminal.shell.command.handling
将其禁用(就是这一行后面的 Value 列中,去掉勾即可)
之后关闭该窗口即可,即时生效(不用重启 idea)
参考文档
https://intellij-support.jetbrains.com/hc/en-us/community/posts/360008464899-What-s-the-smart-commands-execution
很赞哦! (0)
点击排行
- Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: ERR DISABLE You can't write or read against a disable instance
- Debian apt 使用国内镜像
- RocketMQ 出现 sendDefaultImpl call timeout 问题
- 类 BASE64Decoder 程序包 sun.misc 找不到符号
- SpringBoot @NotBlank 不生效问题
- 记一次 Mybatis-Plus 自动填充无效问题解决
- SpringBoot 2.x 文件上传出现 The field file exceeds its maximum permitted size of 1048576 bytes
- nuxt 项目完整部署方案
站长推荐
猜你喜欢
- Oracle ORA-12541:TNS:no listener错误解决方法
- Mac禁用Adobe Creative Cloud自启状态栏
- SqlServer 刷新所有视图
- 【代码片段】MySQL 查看数据库所有表注释
- Python 钉钉加签 HmacSHA256 算法签名
- Linux no space left on device 出现设备上没有空间问题
- Chrome 谷歌浏览器清除HTTPS证书缓存
- Vue 路由跳转错误 NavigationDuplicated: Avoided redundant navigation to current location
- SpringBoot 启动测试时出现提示 Test class should have exactly one public zero-argument constructor
- nginx 出现 the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in 错误解决方案