7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

eclipseでjQueryのコードアシスタントする方法

Posted at

eclipseでjavascript開発するをする時、jQueryのコードアシスタントを受けるには各プロジェクトで次の設定をします。

準備

Eclipse Market Placeで、JSDT JQueryをインストール

設定手順

  1. コードアシスタントを行いたいプロジェクトのプロパティを表示
  2. [javascript > include path]の設定を表示
  3. [libraries]タブを表示
  4. [add javascript library]ボタンをクリック
  5. [jQuery Library]を選択し、[next]ボタンをクリック
  6. jQueryのバージョンを選択し、[Finish]ボタンをクリック
  7. 設定完了

これで、javascript開発時にjqueryのコードアシスタントが受けれます。

7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?