-
Notifications
You must be signed in to change notification settings - Fork 2
Implementation Ideas
JDR edited this page Dec 30, 2020
·
10 revisions
These are some ideas for additional functions for this extension.
- Service interface name lenses, opening list of links if multiple, otherwise direct link
- CodeLense 1: "12 services": Link above "providing" line
- CodeLense 2: "5 other references": Link above "providing" line
- CodeLense 3: "12 other services": Link above "provides" line
- CodeLense 4: "5 references": Link above "provides" line
- For a service interface name (no matter if used in "providing" or "provides"), show all references to it. That means all "provides" and "providing" properties that use that interface name
- List service interface names, when you type
"providing"value.
- Action "Create implementation" for a component with missing impl.
- Bundle list browser
- Display name and maybe version
- Navigate to bundle on (double)click
- Filter bundles list
- Group by
- Source: workspace, remote instance, ...
- Product name: mup.upps, sdi
- Go to bundle: Input Field with suggest. Type "map-v" to get "map-view" suggested and jump to it.
If you are stressed out by manifest.json schema support, you should be able to turn it off.
See this Stack Overflow question for an implementation idea.
- Report problem on missing
implfile for a component.- Is it possible to identify impl file?
- Load manifest.json from remote source (demos.xyz.de, vm1114.xyz.de).