bbenoist / vscode-qml

QML language support for VS Code
https://marketplace.visualstudio.com/items/bbenoist.qml
MIT License
32 stars 9 forks source link

Provide code completion #2

Open bbenoist opened 8 years ago

bbenoist commented 8 years ago

Tracks:

jhuels commented 1 year ago

FYI, the QtCompany is adding a QML Language Server called qmlls: https://bugreports.qt.io/browse/QTBUG-102038. Integrated with a language server should be much easier than doing this yourself.