aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlls/qqmllsutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmlls: fix potential crashSemih Yavuz2025-05-131-9/+10
* Port away from QPairZhao Yuhang2025-04-121-2/+2
* QML DOM: use QStringView for Fields, not const char_16 arraysGiuseppe D'Angelo2025-03-271-3/+3
* QmlDom: simplify AttachedInfoDmitrii Akshintsev2024-11-141-1/+1
* QmlDom: Dissolve FileLocations into a namespace and FileLocations::InfoDmitrii Akshintsev2024-11-141-1/+1
* QmlCompiler: Rename attachingType() to attachedType()Ulf Hermann2024-11-111-1/+1
* dom: add sourcelocations to template literalsSami Shalayel2024-11-081-1/+5
* SourceLocation: deduplicate row/column - offset mapping logicSami Shalayel2024-11-081-38/+7
* qmllsutils: support call expressions in resolveExpressionTypeSami Shalayel2024-10-241-0/+19
* qmlls: Fix crash on editing fileSemih Yavuz2024-10-241-1/+5
* SourceLocation: make begin() and end() qsizetypeSami Shalayel2024-10-091-16/+13
* qmlls: move Location computation logic to utilsSami Shalayel2024-09-051-61/+60
* qmlls: fix completion on field member expressionsSami Shalayel2024-08-081-12/+30
* qmlls: resolve types of signal handler parameters + suggest themSami Shalayel2024-08-081-2/+113
* qmlls: fix enumeration name highlighitingSemih Yavuz2024-08-081-3/+2
* qmlls: Avoid potential nullptr derefenceUlf Hermann2024-08-081-3/+6
* qmlls: resolve new member expression type as JsIdentifierTypeSemih Yavuz2024-08-051-0/+4
* semantichighlighting: discern js global objects and methodsSemih Yavuz2024-08-021-3/+7
* qmlls: don't resolve component types as attached typesSami Shalayel2024-07-051-12/+107
* adapt qmllsutils to the newly introduced lambdasSami Shalayel2024-07-031-3/+23
* qmlls: fix resolveTypeExpression for JS object member accessesSami Shalayel2024-06-281-12/+27
* Fix various style problemsUlf Hermann2024-06-201-9/+7
* qmlls: Fix build with MSVC and latest qtbaseKai Köhne2024-06-191-1/+1
* QmlCompiler: Divide scope-name lookup methods into multiple casesUlf Hermann2024-06-151-13/+10
* qmllsutils: pass QQmlJsScope::ConstPtr by const refSemih Yavuz2024-06-151-10/+10
* QtQml: Fix misuse of logging categoriesUlf Hermann2024-06-141-3/+3
* documentationhints: introduce help managerSemih Yavuz2024-06-051-13/+0
* Expose defining scope finders in QQmlLSUtilsSemih Yavuz2024-06-051-10/+10
* QmlCompiler: Fix various style issuesUlf Hermann2024-06-031-64/+72
* qmlls: rename files when renaming qml componentsSami Shalayel2024-05-271-0/+11
* qqmllsutils: encapsulate usages and renamesSami Shalayel2024-05-271-23/+63
* make QQmlLSUtils a namespace instead of a classSami Shalayel2024-05-271-227/+189
* qmlls: fix typo in renaming error messageSami Shalayel2024-05-211-1/+1
* qmlls: assume bound identifiers in completionsSami Shalayel2024-04-171-2/+6
* qmlls: go to definition for componentsSemih Yavuz2024-04-121-1/+6
* Fix coverity warningsUlf Hermann2024-04-111-1/+0
* qmlls: test deferred/generalized grouped properties in qmllsSami Shalayel2024-04-051-50/+59
* qmlls: find usages in multiple filesSami Shalayel2024-03-261-14/+55
* qmlls: make resolveExpressionType use findDefiningScopeSami Shalayel2024-03-261-101/+287
* qmlls: don't dereference empty std::optionals from resolveNameInQmlScopeSami Shalayel2024-03-251-6/+17
* dom: fix semantic scopes in property definitionsSami Shalayel2024-03-211-2/+2
* qqmllsutils: remove unused QmlObjectIdentifierSami Shalayel2024-03-211-3/+0
* qmlls: find usages of inline components in property definitionsSami Shalayel2024-03-211-0/+3
* qmlls: find usages of inline components in same fileSami Shalayel2024-03-211-9/+51
* qmllsutils: split completion related features into own classSami Shalayel2024-02-291-1935/+17
* qmlls: add Qt Quick completion snippetsSami Shalayel2024-02-231-28/+197
* qmlls: enable qualified type completion in BindingsSami Shalayel2024-02-231-19/+12
* cleanup qmllsutils: use resolveExpressionType in findBaseOfSami Shalayel2024-02-231-71/+57
* Fix string conversion in qqmllsutils.cppUlf Hermann2024-02-221-1/+1
* qmlls: Add hover supportSemih Yavuz2024-02-021-0/+14