Integrating IntelliJ IDEA

From BaseX Documentation
Revision as of 19:02, 28 February 2017 by Bridger Dyson-Smith (talk | contribs) (Started IDEA documentation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This article is part of the Getting Started Section. It describes how to run Xpath/XQuery code from within the IntelliJ IDEA IDE.

Installation

The following steps apply to all operating systems:

This article focuses on Grzegorz Ligas' XQuery Support plugin.

After installing IDEA and BaseX, install the XQuery Support plugin by one of the following methods:

From the Start Screen

  1. Start IDEA and select ConfigurePlugins.
  2. In the Plugins window select Browse Repositories.
  3. In the Browse Repositories window, search for (or scroll to) XQuery Support.
  4. You will be prompted to restart IDEA to load the new plugin.

From the File Menu

  1. Select Settings.
  2. In the Settings window select Plugins.
  3. In the Plugins window select Browse Repositories.
  4. In the Browse Repositories window, search for (or scroll to) XQuery Support.
  5. You will be prompted to restart IDEA to load the new plugin.

Setting Up