Results 40 comments of ligasgr

Hi Ron, Thanks for contribution. Will try to review it as soon as possible. Please try in the meanwhile get the pull request into a green state as right now...

Hi, Please have a look on the MarkLogic documentation [here](http://docs.marklogic.com/guide/xquery/enhanced#id_20838). > Library Modules Default Function Namespace Defaults to Library Namespace > > The default function namespace of an XQuery library...

So the documentation is quite precise but leaves the last bit a bit 'undefined' where the implementation is actually quite strict. It looks like if there is a local implementation...

Hi, Is this issue affecting every file or only specific ones? Is it a really long file? How complex is the code in it? Is it only happening when you...

Can you please try to narrow down the inspections that are slow by enabling/disabling them in the settings? This aside you could potentially run the plugin in IntelliJ in profiler...

I've never had any experience with xquery files of that size so I didn't have any reason/chance to optimise anything in the plugin for that kind of performance issues. I...

Requires introduction of intermediate parsing steps like in https://www.w3.org/TR/xquery-xpath-parsing/.

Also auto generation of documentation comment after typing in opening characters (CodeDocumentationAwareCommenter).

http://xqdoc.org/enhanced.html

Unfortunately with the very context-sensitive nature of the language and with the fact that in Main Module you can have any expression at the end of the file, it's nearly...