AndreOneti / qml-formatter

Formatter, definition and autocomplete for QML language
MIT License
17 stars 2 forks source link

create a json with all custom componets #16

Open AndreOneti opened 2 years ago

AndreOneti commented 2 years ago

A simples json object like

export default const customComponents = {
  CustomTitle: {
    Uri:"",
    ImportUri:"",
    DefinitionPosition:{
      line:1,
      start:0,
      end:5
    }
  }
}
AndreOneti commented 2 years ago

And refresh in didOnChange from watched filés and add all .qml tô watch.