Esri / Esri/appstudio-vscode

Properties defined in the app are not shown in code completion

Open
#58 0 comments 0 reactions 0 assignees View on GitHub
0 - Backlog A- Enhancement
Dominant language
TypeScript
Stars
6
Forks
1
PR merge metrics
No merged PRs in 30d

Description

This is split off from https://github.com/ArcGIS/appstudio-vscode/issues/53

In the following example, it would be good if the property `primaryColor` appeared in the code completion list for `app.`

Qt Creator does do this.

```
App {
id: app
width: 400
height: 640

property var primaryColor: "blue"

Rectangle {
anchors.fill: parent
color: app.
}

}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.