Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7
-
None
-
7039036c4 (dev), 8ab451616 (6.7)
Description
Currently, autocomplete inserts colons when inside of bindings, for example:
Item { // autocompleting 'Component' here will insert 'Component: ' }
Disable the adding of colons to the autocompletion, as its quite bothering to have to remove the extra colon and space for attached properties or grouped properties.
Attachments
Issue Links
- is required for
-
QTBUG-113727 qmlls: improve Code completion using new QQmlLSUtils stuff
- Closed
- resulted in
-
QTBUG-120250 qmlls: Snippet completion for bindings
- Reported