Eclipse pdt で JavaScript サポートを有効にする方法を教えてください。アプタナをインストールしました。どうも
7763 次
2 に答える
3
JavaScript 開発ツール (JSDT) をインストールできます: http://www.eclipse.org/webtools/jsdt/
于 2010-05-30T01:21:49.730 に答える
0
In addition to the other answer there are ways to 'help' Eclipse with JS using JsDoc.
One example is using @memberOf
to help the outline.
Also add the jshint eclipse plugin to show problems detected by jsHint in the js editor.
于 2014-09-11T11:49:39.767 に答える