aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlls
Commit message (Expand)AuthorAgeFilesLines
* qmlls: fix completions on qualified identifiersSami Shalayel2023-11-161-3/+25
* qmlls: auto completion for inside for each statementsSami Shalayel2023-11-131-1/+29
* qmlls: auto completion for inside do while statementsSami Shalayel2023-11-131-1/+20
* qmlls: auto completion for inside while statementsSami Shalayel2023-11-091-1/+18
* fix mismatch in QQmlLSUtils::completionsSami Shalayel2023-11-091-15/+33
* qmlls: auto completion for inside return statementsSami Shalayel2023-11-091-1/+14
* qmlls: auto completion for inside if statementsSami Shalayel2023-11-091-1/+22
* dom: remove unused DomType scriptexpressions enumsSami Shalayel2023-11-091-4/+0
* qmlls: implement completion in JS block statementSami Shalayel2023-11-091-0/+2
* disable completions for non-implemented typesSami Shalayel2023-11-091-0/+26
* qqmllsutils: add explanation for betweenLocation's special casesSami Shalayel2023-11-091-5/+22
* qmlls: completions on expressionsSami Shalayel2023-11-091-0/+46
* qmlls: implement completion in JS for statement + test snippetsSami Shalayel2023-11-092-4/+81
* add missing completion in suggestJSStatementCompletionSami Shalayel2023-11-091-0/+38
* qmlls: code snippets for JS statement completionsSami Shalayel2023-11-092-2/+110
* qmllsutils: rename local static helper methods for completionSami Shalayel2023-11-092-22/+19
* qmlls: propose QML code snippets inside a Qml ObjectSami Shalayel2023-11-091-8/+45
* qqmllsutils::completions: extract into multiple methodsSami Shalayel2023-11-091-124/+106
* qmlls: find usages of attached propertiesSemih Yavuz2023-11-031-15/+17
* qmlls: find usages of group propertiesSemih Yavuz2023-11-032-32/+91
* qmldom: introduce FileLocationRegion enum as key for sourcelocationsSami Shalayel2023-11-011-31/+22
* qmldom: Dom representation for dot separated identifiersSemih Yavuz2023-10-311-1/+2
* Adjust renameUsages to bindingIdentifiers fieldSemih Yavuz2023-10-311-45/+43
* QML: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-10-281-1/+1
* qmllsutils: use QQmlJSScope::ConstPtr instead of raw pointersSami Shalayel2023-10-161-17/+16
* qmlls: complete handler names in bindingsSami Shalayel2023-10-161-32/+45
* qmlls: autocomplete support for the JS global objectSami Shalayel2023-10-161-0/+20
* qmlls: completion of property attributesSami Shalayel2023-10-121-10/+62
* qmlls: do not autocomplete property definition nameSami Shalayel2023-10-121-33/+92
* qmlls: autocomplete more keywordsSami Shalayel2023-10-121-2/+3
* do not wrap shared_ptr in optional for QQmlJSTypeResolverSami Shalayel2023-10-121-5/+6
* qmlls: autocompletion for singletons, attached types, enumsSami Shalayel2023-10-112-113/+246
* qmllsutils: pass QStringList by const ref in helper methodSami Shalayel2023-10-091-1/+1
* qmlls: singletons, attached types and enums completion preparationSami Shalayel2023-10-092-72/+120
* QQmlJSScope: Rename js identifier lookup functionsOlivier De Cannière2023-10-061-7/+7
* Make LocalSymbolsType enum values independentSami Shalayel2023-09-261-4/+5
* qmlls: add completion for pragmasSami Shalayel2023-09-261-18/+77
* qmlls: autocomplete scriptexpressionsSami Shalayel2023-09-263-130/+293
* qmlls: move completion support to QQmlLSUtilsSami Shalayel2023-09-266-430/+497
* qmldom: Use QQmlJSScope::ConstPtr rather than optional<QQmlJSScope::Ptr>Ulf Hermann2023-09-182-27/+25
* qmldom: Fix coverity warningsUlf Hermann2023-09-152-10/+11
* QmlDom: Don't pass ErrorMessage by valueUlf Hermann2023-09-152-2/+2
* QmlLSUtils: take DomItem by const referenceSami Shalayel2023-09-152-19/+22
* QmlDom: Add const-correctnessUlf Hermann2023-09-153-19/+19
* qmlls: Fix diagnostic range calculationUlf Hermann2023-09-151-3/+3
* qmlls: find usages of method parametersSami Shalayel2023-09-111-20/+49
* qmlls: show fix suggestions and enable quick fixesSami Shalayel2023-08-291-2/+12
* qmlls: use resource files, when availableSami Shalayel2023-08-281-4/+11
* qmlls: highlight names inside of inline component definitionsSami Shalayel2023-08-173-45/+60
* qmlls: disable features on invalid QML documentsSami Shalayel2023-08-176-54/+128