4

Visual Studio 2013 に VsVim をインストールしようとすると、次のエラーが表示されます。

インストールでは、選択したすべての製品に拡張機能をインストールできませんでした。詳細については、ダイアログの下部にあるインストール ログのリンクをクリックしてください。この拡張機能は、現在インストールされている製品にはインストールできません。

11/27/2013 6:32:49 PM - Microsoft VSIX Installer
11/27/2013 6:32:49 PM - -------------------------------------------
11/27/2013 6:32:49 PM - Initializing Install...
11/27/2013 6:32:49 PM - Extension Details...
11/27/2013 6:32:49 PM -     Identifier      : VsVim.Microsoft.e214908b-0458-4ae2-a583-4310f29687c3
11/27/2013 6:32:49 PM -     Name            : VsVim
11/27/2013 6:32:49 PM -     Author          : Jared Parsons
11/27/2013 6:32:49 PM -     Version         : 1.4.2.0
11/27/2013 6:32:49 PM -     Description     : VIM emulation layer for Visual Studio
11/27/2013 6:32:49 PM -     Locale          : en-US
11/27/2013 6:32:49 PM -     MoreInfoURL     : http://blogs.msdn.com/b/jaredpar
11/27/2013 6:32:49 PM -     InstalledByMSI  : False
11/27/2013 6:32:49 PM -     SupportedFrameworkVersionRange : [4.0,5.0]
11/27/2013 6:32:49 PM - 
11/27/2013 6:32:49 PM -     Supported Products : 
11/27/2013 6:32:49 PM -         Microsoft.VisualStudio.Ultimate
11/27/2013 6:32:49 PM -             Version : [10.0]
11/27/2013 6:32:49 PM -         Microsoft.VisualStudio.Ultimate
11/27/2013 6:32:49 PM -             Version : [11.0]
11/27/2013 6:32:49 PM -         Microsoft.VisualStudio.Ultimate
11/27/2013 6:32:49 PM -             Version : [12.0]
11/27/2013 6:32:49 PM -         Microsoft.VisualStudio.Premium
11/27/2013 6:32:49 PM -             Version : [10.0]
11/27/2013 6:32:49 PM -         Microsoft.VisualStudio.Premium
11/27/2013 6:32:49 PM -             Version : [11.0]
11/27/2013 6:32:49 PM -         Microsoft.VisualStudio.Premium
11/27/2013 6:32:49 PM -             Version : [12.0]
11/27/2013 6:32:49 PM -         Microsoft.VisualStudio.Pro
11/27/2013 6:32:49 PM -             Version : [10.0]
11/27/2013 6:32:49 PM -         Microsoft.VisualStudio.Pro
11/27/2013 6:32:49 PM -             Version : [11.0]
11/27/2013 6:32:49 PM -         Microsoft.VisualStudio.Pro
11/27/2013 6:32:49 PM -             Version : [12.0]
11/27/2013 6:32:49 PM -         Microsoft.VisualStudio.IntegratedShell
11/27/2013 6:32:49 PM -             Version : [10.0]
11/27/2013 6:32:49 PM -         Microsoft.VisualStudio.IntegratedShell
11/27/2013 6:32:49 PM -             Version : [11.0]
11/27/2013 6:32:49 PM -         Microsoft.VisualStudio.IntegratedShell
11/27/2013 6:32:49 PM -             Version : [12.0]
11/27/2013 6:32:49 PM -         AtmelStudio
11/27/2013 6:32:49 PM -             Version : [6.0]
11/27/2013 6:32:49 PM -         AtmelStudio
11/27/2013 6:32:49 PM -             Version : [6.1]
11/27/2013 6:32:49 PM - 
11/27/2013 6:32:49 PM -     References      : 
11/27/2013 6:32:49 PM - 
11/27/2013 6:32:49 PM - Searching for applicable products...
11/27/2013 6:32:49 PM - Found installed product - Microsoft Visual Studio Express 2013 for Windows Desktop
11/27/2013 6:32:49 PM - Found installed product - Global Location
11/27/2013 6:32:49 PM - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
   at VSIXInstaller.App.InitializeInstall()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()

何か案は?私はこの拡張機能が本当に好きです!

4

2 に答える 2

11

Visual Studio Express 2013 がインストールされています。Express Edition は拡張機能をサポートしていないため、VsVim をインストールできません。フルバージョンのみが拡張機能をサポートしているため、VsVim をインストールするには Visual Studio 2013 を購入する必要があります。

于 2013-11-30T04:52:17.873 に答える
0

VsVimダウンロード.

これは、Visual Studio 2010 以降用の Vim エミュレーション レイヤーです。これは、Vim の使い慣れたキー バインド エクスペリエンスを Visual Studio のエディターに直接統合します。

また、これは VS-Community エディションでも正常に機能します。プラグインをインストールするには、ダブルクリックするだけですVsVim.vsix

于 2016-04-27T03:53:05.630 に答える