aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlls/qqmlcompletionsupport.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmlls: implement commitToBase workflow for lazy filesSami Shalayel2024-05-231-5/+6
* dom: use only one DomCreationOptions per DomEnvironmentSami Shalayel2024-03-141-9/+5
* Introduce plugin support for qmlls and qmlls quick pluginSami Shalayel2024-02-291-0/+5
* qmllsutils: split completion related features into own classSami Shalayel2024-02-291-6/+6
* DOM refactoring. Remove LoadOptionsDmitrii Akshintsev2024-01-301-2/+1
* DOM refactoring. Move loadPendingDependencies to DomEnvironmentDmitrii Akshintsev2024-01-181-1/+1
* DOM refactoring. Remove DomItem::loadItem. enable_shared_from_this for DomEnv*Dmitrii Akshintsev2024-01-181-6/+7
* qmlls: insert semicolons behind dots as completion workaroundSami Shalayel2024-01-161-14/+76
* qmlls: move completion support to QQmlLSUtilsSami Shalayel2023-09-261-421/+16
* qmldom: Fix coverity warningsUlf Hermann2023-09-151-1/+1
* QmlDom: Add const-correctnessUlf Hermann2023-09-151-7/+7
* Replace signal name manipulations with QQmlSignalNamesSami Shalayel2023-08-151-2/+2
* qmlls: add QT_BEGIN_NAMESPACE macros to codeSami Shalayel2023-05-301-1/+2
* qmlls: move common module code to base classSami Shalayel2023-05-041-40/+22
* qmlls: use std::unique_ptr for modulesSami Shalayel2023-03-021-1/+1
* qmlls: start implementing go-to type definitionSami Shalayel2023-02-241-76/+50
* qmlls: refactor and test helpers to reuse themSami Shalayel2023-02-091-95/+9
* qmlls: move into own private static librarySami Shalayel2023-02-071-0/+666