aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlls
Commit message (Expand)AuthorAgeFilesLines
* qmlls: adapt the qtlanguageserver changes in WorkspaceEditSami Shalayel4 days2-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
* Introduce basic html extractor for qdoc outputsSemih Yavuz2024-03-133-0/+147
* Silence -Wimplicit-fallthrough for clangTim Blechmann2024-03-031-0/+1
* qmlls: do not instantiate scopes when watchingSami Shalayel2024-03-011-1/+5
* Introduce plugin support for qmlls and qmlls quick pluginSami Shalayel2024-02-2910-147/+175
* qqmllscompletion: use back inserter iterator instead of merging listsSami Shalayel2024-02-292-676/+683
* qmllscompletions: add some internal documentationSami Shalayel2024-02-291-1/+29
* qmllsutils: split completion related features into own classSami Shalayel2024-02-297-1968/+2193
* qmllint: Explicitly include qxpfuncional.h where we use itUlf Hermann2024-02-231-3/+4
* qmlls: add Qt Quick completion snippetsSami Shalayel2024-02-232-28/+198
* 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
* Filter down item regions that comments can attach toSemih Yavuz2024-02-221-18/+2
* qmlls: Add hover supportSemih Yavuz2024-02-027-1/+148
* DOM refactoring. Remove LoadOptionsDmitrii Akshintsev2024-01-303-7/+4
* QQmlJS::Dom::OutWriter. RefactoringDmitrii Akshintsev2024-01-251-1/+1
* DOM Refactoring. Move loadbuiltins from DomItem to DomEnvironmentDmitrii Akshintsev2024-01-191-1/+1
* DOM refactoring. Move loadPendingDependencies to DomEnvironmentDmitrii Akshintsev2024-01-183-4/+4
* DOM refactoring. Remove DomItem::loadItem. enable_shared_from_this for DomEnv*Dmitrii Akshintsev2024-01-183-23/+23
* qmlls: insert semicolons behind dots as completion workaroundSami Shalayel2024-01-162-14/+77
* qmlls: support nested expressions in completionSami Shalayel2024-01-161-0/+18
* qmlls: suggest null/false/true literals in completionsSami Shalayel2024-01-161-0/+5
* qmlls: remove redundant snippets from completionSami Shalayel2024-01-161-11/+1
* qmlls: fix QmlObject and type annotation completionSami Shalayel2024-01-161-79/+139
* qmldom: make type a FieldMemberExpressionSami Shalayel2024-01-161-8/+49
* tst_qmlls_utils: use same DomCreationOptions as qmllsSami Shalayel2024-01-162-16/+20
* qmlls: fix formatting of commentsSami Shalayel2024-01-161-2/+19
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2024-01-111-2/+1
* qmllsutils: add missing break statements in switch statementSami Shalayel2023-12-291-65/+68
* qmlls: adapt parser for attached/grouped properties completionSami Shalayel2023-12-291-2/+15