aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlls
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev21 hours1-1/+0
* Add documentation location path to the settings fileSemih Yavuz7 days5-15/+66
* documentationhints: introduce help managerSemih Yavuz7 days8-44/+324
* Expose defining scope finders in QQmlLSUtilsSemih Yavuz7 days2-10/+22
* qmlls: stop reading from stdin after shutdown was receivedSami Shalayel8 days2-3/+10
* QmlCompiler: Fix various style issuesUlf Hermann9 days1-64/+72
* qmlls: rename files when renaming qml componentsSami Shalayel2024-05-272-0/+20
* qqmllsutils: encapsulate usages and renamesSami Shalayel2024-05-274-29/+166
* make QQmlLSUtils a namespace instead of a classSami Shalayel2024-05-2712-331/+291
* qqmlsemantickotens: Fix ASCII_CAST warningFabian Kosmale2024-05-271-1/+1
* qqmllsutils: move completion enums to completion classSami Shalayel2024-05-233-6/+6
* qmlls: implement commitToBase workflow for lazy filesSami Shalayel2024-05-232-7/+8
* qmlls: fix typo in renaming error messageSami Shalayel2024-05-211-1/+1
* qmlls/highlighting protocol: Fix unity buildFriedemann Kleint2024-05-172-3/+2
* documentationhints: add help plugin interfaceSemih Yavuz2024-05-163-0/+69
* refactor qdochtmlextractor: improve class relationsSemih Yavuz2024-05-162-72/+76
* qmlls: Fix some coverity warningsUlf Hermann2024-05-142-21/+19
* qmlls: Add delta support for semantic highlightingSemih Yavuz2024-05-076-20/+125
* qmlls: Add range support for semantic highlightingSemih Yavuz2024-05-073-11/+70
* semantichighlighting: add highlighting for the script expressionsSemih Yavuz2024-05-072-2/+92
* semantichighlighting: add highlight for identifiersSemih Yavuz2024-05-072-6/+117
* semantichighlighting: add highlighting for script literalsSemih Yavuz2024-05-072-0/+29
* semantichighlighting: add highlights for methods and signalsSemih Yavuz2024-05-072-0/+39
* semantichighlighting: add highlight for property definitionsSemih Yavuz2024-05-072-2/+60
* semantichighlighting: add highlighting for qml objectsSemih Yavuz2024-05-072-0/+40
* semantichighlighting: add highlighting for enums and pragmasSemih Yavuz2024-05-072-0/+54
* semantichighlighting: add highlights for bindingsSemih Yavuz2024-05-072-0/+30
* semantichighlighting: add highlights for importsSemih Yavuz2024-05-072-1/+29
* semantichighlighting: add highlights for commentsSemih Yavuz2024-05-072-4/+84
* qmlls: Add highlighting protocol with empty implementationSemih Yavuz2024-05-077-1/+520
* qmlls: adapt the qtlanguageserver changes in WorkspaceEditSami Shalayel2024-04-292-4/+3
* qmlls: add -I and -E optionSami Shalayel2024-04-183-6/+8
* 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
* Add file locations for Pragma keyword, id and the valuesSemih Yavuz2024-04-111-1/+1
* Correct license for module and plugin fileLucie GĂ©rard2024-04-092-2/+2
* qmlls: test deferred/generalized grouped properties in qmllsSami Shalayel2024-04-051-50/+59
* remove leftover from qqmllscompletion_p.hSami Shalayel2024-03-261-3/+0
* qmlls: find usages in multiple filesSami Shalayel2024-03-261-14/+55
* qmllsutils: document QQmllSUtilsResolveOptionsSami Shalayel2024-03-261-0/+8
* 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-212-4/+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
* dom: use only one DomCreationOptions per DomEnvironmentSami Shalayel2024-03-142-22/+17
* Extract documentation for qml methods and signalsSemih Yavuz2024-03-132-10/+53
* Extract qmlproperty documentation from qdoc outputSemih Yavuz2024-03-132-5/+81