python

Pycharmで出てくるSmart commands executionがうっとおしいので無効化した

Pycharmで特定のコマンドを実行しようとしたときに表示される「Smart commands execution」なるメッセージ。

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!

これが出ることで、自分が入力中のコマンドが隠れてしまい、うっとおしい。

「Got it!」をクリックすれば消えるものの、トリガーとなるコマンドが入力されるたびにマウスを操作して「Got it」をクリックするのは面倒である。

Smart command handlingって?

まだ開発途中の機能のようです。

https://intellij-support.jetbrains.com/hc/en-us/community/posts/360008464899-What-s-the-smart-commands-execution

ちなみに、上記ページの中でも、

David Moshalさん「スーパーうっとおしい!」

キレてる人がいます。

Rob Bygraveさん「スーパースーパーうっとおしい!」

キレっキレです。(笑)

Smart command handlingをオフる

Smart command handlingの設定が[Tools]→[Terminal]→[Smart command handling]にあったのでOFFったところ、メッセージが表示されることはなくなりました。

カピバラ

Super Super Super Comfortable!

-python

© 2024 ヂまるBlog