問題タブ [visual-assist-x]

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.

0 投票する
1 に答える
88 参照

visual-studio-2010 - Vissual Assist X で変数の型を検出するには?

Visual Assist X で変数の型を検出するには? 例のようにカプセル化フィールドを使用すると、機能しません(

0 投票する
1 に答える
930 参照

visual-studio - Visual Assist X はデフォルトで無効になっていますか?

Visual Studio の起動時に Visual Assist を無効にして、必要なときに有効にする方法はありますか?

私は主に C# プロジェクトを扱っており、そのために Resharper を使用しています。ただし、C++ を使用しているときは、Visual Assist を使用したいと考えており、その場合にのみ Visual Assist を有効にしたいと考えています。

それを達成することは可能ですか?

0 投票する
1 に答える
321 参照

c++ - Create C++ Implementation (All functions at once) with Visual Assist X

I'm using visual studio 2013 Pro Edition with Visual Assist X. Is there away to create all the functions with one command? Right I have to run the create implementation command for each function. Also it seem that visual assist x does not handle the ordering or let you select the ordering of the functions.

Thanks.