An open API service indexing awesome lists of open source software.

https://github.com/arangodb-community/aql-intellij-plugin

Intellij plugin for AQL, ArangoDB language support
https://github.com/arangodb-community/aql-intellij-plugin

aql arangodb intellij-plugin

Last synced: 3 months ago
JSON representation

Intellij plugin for AQL, ArangoDB language support

Awesome Lists containing this project

README

        

![ArangoDB](img/arangodb.png)

# AQL (ArangoDB) language support plugin for Intellij *IDEA* 2021.x IDE

## Build

```
gradle build

```
Note:
build might take a while because it downloads Intellij Community Edition (300+MB, not sure exactly)

## Run

```
gradle runIde

```

## Find usages

![Find usages](img/find_usages.png)

## Docs

![Docs](img/quickdoc.png)

## Function arguments

![Function arguments](img/arguments.png)

## File editing
![File Editing](img/editor.png)

## Parameter language injection

![Query Injection](img/query.png)

## Licence
[Apache License Version 2.0](LICENSE.txt)