問題タブ [interactive-mode]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
git - Git:ステージングされた同じ行を「再ステージング」する方法は?
変更された行のいくつかを でステージングしましたgit add --patch
。
後でこれらの行を変更しました。
で再度選択せずに同じ行をステージングするにはどうすればよいgit add --patch
ですか?
function - pyplot.py で draw_if_interactive() を見つける
pyplot モジュールには複数の draw_if_interactive() 式がありますが、モジュールのどこにもこの関数の定義が見つかりません。
直感と読みから、関数がオンデマンドのプロットを可能にすることは簡単に推測できますが、その定義はどこで読めますか? ありがとう。
git - 対話モードで「git stash apply」
一連のファイルをスタッシュ ( ) に入れていますが、これらのファイルの一部/ハンクだけstash{0}
を取得したいと考えています (通常、インタラクティブ モードと呼ばれます)。git apply
出来ますか?
私はそれが実行可能であることを見てきました
しかし、それはできないようです
それを達成する方法を知っていますか?
wpf - 日本語の全角文字の場合、WPF テキスト ボックスのインタラクティブ動作 AttachedObject PreviewTextInput が機能しない
テキストボックスに数字を入力し続けると、数字をフォーマットするWPFテキストボックスを開発しました。これはインタラクティブな動作を使用しています。これで、通常の通常のキーボードで問題なく動作します。ただし、グローバル化をサポートするため、テキストボックスは全角文字である日本語の文字 (数字) にも対応する必要があります。テストするために、日本語キーボード - Microsoft IME in (windows-controlpanel-region & langauage - keyboard and languages - change keyboards) を選択し、日本語の数字を入力すると、インタラクティブ動作コード (フックアップ) AssociatedObject_PreviewTextInput は、' を押すまで呼び出されません私にとって他の問題を引き起こすキーを入力してください。通常のキーボードでは、数字を入力するとすぐにこの関数が呼び出されます。
コードは以下のようになります
どんな助けでも大歓迎です。ありがとうございました。
javascript - Is there an "immediate window" in Visual Studio Code to run Javascript?
Yes, I use F12 in the browser all the time to test out Javascript snippets with the console. I'm tired of that (for the moment anyway).
I've read that in Visual Studio you can use the immediate window to run Javascript interactively.. I've haven't tried it that hard. I think when I did it told me it can't evaluate while in design mode... ugh, what a pain.
I do like to use Visual Studio Code (sublime text historically) sometimes to just mess around with syntax of snippets. Would also be nice if I could just run Javascript there too quickly. Is there a package I could download in VSCode to do so? Or something already built in?