aql-intellij-plugin icon indicating copy to clipboard operation
aql-intellij-plugin copied to clipboard

Intellij plugin for AQL, ArangoDB language support

Results 9 aql-intellij-plugin issues
Sort by recently updated
recently updated
newest added

I just installed the plugin and it crashed right away :- \ com.intellij.diagnostic.PluginException: Cannot load class com.arangodb.intellij.aql.intentions.AqlCreateRepositoryIntention ( error: com/intellij/codeInsight/intention/impl/CreateSubclassAction, classLoader=PluginClassLoader(plugin=PluginDescriptor(name=AQL (ArangoDB Query Language), id=com.arangodb.intellij.aql, descriptorPath=plugin.xml, path=~\AppData\Local\JetBrains\Toolbox\apps\Rider\ch-0\221.5787.36.plugins\aql, version=1.0.5-2019.2, package=null, isBundled=false),...

``` com.intellij.diagnostic.PluginException: Cannot load class com.arangodb.intellij.aql.intentions.AqlCreateRepositoryIntention ( error: com/intellij/codeInsight/intention/impl/CreateSubclassAction, classLoader=PluginClassLoader(plugin=PluginDescriptor(name=AQL (ArangoDB Query Language), id=com.arangodb.intellij.aql, descriptorPath=plugin.xml, path=~/.local/share/JetBrains/Toolbox/apps/WebStorm/ch-0/221.5080.193.plugins/aql, version=1.0.5-2019.2, package=null, isBundled=false), packagePrefix=null, instanceId=69, state=active) ) at com.intellij.ide.plugins.cl.PluginClassLoader.loadClassInsideSelf(PluginClassLoader.java:412) at com.intellij.ide.plugins.cl.PluginClassLoader.tryLoadingClass(PluginClassLoader.java:240) at com.intellij.serviceContainer.ComponentManagerImplKt.doLoadClass(ComponentManagerImpl.kt:1469) at...

java.lang.AssertionError: ID with name 'filetypes' requested for plugin com.arangodb.intellij.aql but registered for IDEA Core plugin. Please use an instance field to access corresponding ID. at com.intellij.util.indexing.ID.findByName(ID.java:92) at com.intellij.util.indexing.ID.create(ID.java:66) at com.arangodb.intellij.aql.util.AqlUtils.findNamedElements(AqlUtils.java:161)...

When AQL is enabled, the context menu does not show up in any place regardless of weather it is called up through the keystroke or the right click `Show Context...

Plugin crashes a couple of times per day, but keep working. Collection explore doesn't work, but I'm not sure that implemented. **plugin version** 1.0.5-2019.2 **stacktrace** ``` com.intellij.diagnostic.PluginException: While loading class...

In Python scripts, syntax highlighting does not work. ![image](https://user-images.githubusercontent.com/32612304/83189076-f1799280-a130-11ea-8ae8-7e299890dc4a.png)

Hi, I've installed the plugin for PyCharm and it works nicely on AQL queries. The problem is that with the plugin turned on, PyCharm's context menu simply doesn't come up....

I have a query that produces an error and I wanted to execute it with the plugin. The query does not execute. Nothing happens. Then I found out that the...

I added the plugin and I found this: ![image](https://user-images.githubusercontent.com/2699538/49658987-853e3700-fa43-11e8-8c15-ef6c98d5c0da.png) Shouldn't the parameters be colored differently?