aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/languageserverprotocol
Commit message (Expand)AuthorAgeFilesLines
* LSP: remove incorrect soft assertsDavid Schulz2019-05-093-18/+29
* LSP: collect and execute quick fixes via shortcutDavid Schulz2019-02-122-3/+24
* LSP: Avoid unneeded copy inside loopChristian Stenger2019-02-081-1/+1
* LSP: Fix buildChristian Kandeler2019-02-081-1/+3
* LSP: separate communication interface and client logicDavid Schulz2019-02-042-2/+2
* LSP: Fix potential build error with clangNikolai Kosjar2019-02-011-1/+1
* LSP: add Command and CodeAction support to the language clientDavid Schulz2019-01-3112-24/+241
* LSP: use correct json value in 'initialized' notification paramsDavid Schulz2019-01-221-1/+3
* Fix warning: "Don't call QHash::operator[]() on temporary"Alessandro Portale2019-01-171-1/+1
* LSP: Collect usages of the symbol under cursorDavid Schulz2019-01-171-0/+3
* LSP: Fix setting null parameter in notificationsDavid Schulz2019-01-171-1/+4
* Fix warning: "Missing reference in range-for with non trivial type"Alessandro Portale2019-01-161-1/+1
* Canonicalize some includesChristian Kandeler2019-01-101-1/+1
* LSP: replace LanguageClientNull with nullptr_tDavid Schulz2019-01-089-38/+67
* LSP: add compare operator for PositionDavid Schulz2018-12-131-0/+8
* LSP: add a convenient Error type to the ResponseDavid Schulz2018-12-131-8/+9
* LSP: Fix server capability reference_s_ProviderKeyDavid Schulz2018-12-123-5/+5
* LSP: add support for hierarchical document symbolsDavid Schulz2018-12-034-6/+59
* LSP: add convenient log function for a response errorDavid Schulz2018-12-031-3/+3
* LSP: simplify request response typeDavid Schulz2018-11-204-9/+4
* Fix missing translation contextsEike Ziller2018-10-252-3/+2
* LSP: Fix punctuation and capitalization of UI textLeena Miettinen2018-10-196-13/+13
* LSP: Fix MSVC warningOrgad Shaneh2018-09-171-1/+1
* LSP: support 'window/showMessageRequest' and 'window/showMessage'David Schulz2018-09-141-0/+1
* LSP: move templated register function to JsonRpcMessageHandlerDavid Schulz2018-09-141-0/+7
* LSP: default initialize Request memberDavid Schulz2018-09-131-2/+4
* LSP: add a to string converter for MessageIdDavid Schulz2018-09-131-0/+9
* LSP: add move constructor for JsonRpcMessageDavid Schulz2018-09-132-0/+4
* LSP: use implicit conversion to QJsonValue for QLanguageClientValueDavid Schulz2018-09-133-11/+11
* LSP: const correct ShowMessageParams::toString()David Schulz2018-09-132-2/+2
* LSP: reset expected content length when parsing incomplete headerDavid Schulz2018-09-131-0/+1
* LSP: return registration options only if json value contains an objectDavid Schulz2018-09-101-2/+2
* LSP: do not potentially call the move assignment operator twiceDavid Schulz2018-09-052-12/+21
* Introduce a basic client for the language server protocolDavid Schulz2018-09-0338-0/+7068