aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlls/qqmllscompletion.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmlls: Add completion for final property attributeOlivier De Cannière2025-03-061-4/+14
* qmlls: disable autocompletion in commentsSami Shalayel2024-11-111-0/+3
* SourceLocation: make begin() and end() qsizetypeSami Shalayel2024-10-091-7/+7
* qmlls: fix qualified module completionSami Shalayel2024-08-081-4/+5
* qmlls: fix completion on field member expressionsSami Shalayel2024-08-081-36/+94
* qmlls: fix regular expression for import completionSami Shalayel2024-07-031-1/+1
* dom: add representation for super and this literalsSami Shalayel2024-06-281-0/+6
* qmlls: implement completion for new and new member expressionsSami Shalayel2024-06-281-0/+35
* Disable completion inside of regexpliteralsSami Shalayel2024-06-281-0/+3
* adapt qqmllsutils to templateliteralsSami Shalayel2024-06-281-0/+14
* QtQml: Fix misuse of logging categoriesUlf Hermann2024-06-141-4/+4
* make QQmlLSUtils a namespace instead of a classSami Shalayel2024-05-271-5/+6
* qqmllsutils: move completion enums to completion classSami Shalayel2024-05-231-2/+2
* Add file locations for Pragma keyword, id and the valuesSemih Yavuz2024-04-111-1/+1
* Introduce plugin support for qmlls and qmlls quick pluginSami Shalayel2024-02-291-142/+50
* qqmllscompletion: use back inserter iterator instead of merging listsSami Shalayel2024-02-291-573/+562
* qmllscompletions: add some internal documentationSami Shalayel2024-02-291-1/+29
* qmllsutils: split completion related features into own classSami Shalayel2024-02-291-0/+1963