C# Intellisenseを使いたいのですがサブライムテキスト3(OS X)。Unity3D でゲームを開発するために必要です。
そこでインストールしましたオムニシャープそしてCS スクリプトOmniSharp は今のところ動作しますが、CS-Script は動作しません。
CS-Script の [About] メニューをクリックすると、最初の 2 行のみが出力されます。
CS-Script.ST3 - C# intellisense and execution plugin (v1.2.8)
------------------------------------------------------------------------
による開発者のホームページCS-Script の場合、これは次の場合に発生します...
...mono cannot be located the "about output" (above) will be truncated and
consist of only two first lines.
Such a truncation is caused by the plugin's inability to execute mono cscs.exe,
which is responsible for printing the remaining part of the output content.
そこで私は単核症(はい、私はすでにMonoをインストールしています)cs-script.sublime-settingsファイルに
"mono_path": "/Library/Frameworks/Mono.framework/Versions/6.0.0/bin/mono",
cscs.exeのパスは
"cscs_path": "/Users/***/Library/Application Support/Sublime Text 3/Packages/cs-script-sublime/bin/cscs.exe",
まだ動作しません。何を間違えたのか分かりません。
答え1
Visual Studio Community Edition for Mac を使用しないのはなぜでしょうか? Intellisense が組み込まれており、Unity3D でもサポートされているため、スクリプトをエディターにアタッチしてリアルタイムでデバッグできます。
ディスク容量関連の問題以外では、ここで Sublime Text を使用する理由は見当たりません。