BowlerHatLLC / BowlerHatLLC/vscode-as3mxml
Completion: after CSS namespace tag, suggest mx and spark namespaces in Flex projects
- Dominant language
- Java
- Stars
- 282
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
```css
@namespace mx "library://ns.adobe.com/flex/mx";
@namespace s "library://ns.adobe.com/flex/spark";
```
The Royale compiler doesn't currently provide good positions within the MXML document for CSS, so a fix will need to be released before this can be implemented.
apache/royale-compiler@2abad7b4e2d217fc6ea3a033b7837b7ab3209805
apache/royale-compiler@6331da32d67434e836911d25e56b1649d2079121
apache/royale-compiler@bdcb50cb1a4cfda4c666acfcef78701e85a4fa2b
Contributor guide
Research direction
Start with the CSS namespace example in the issue and review the three referenced apache/royale-compiler commits. First confirm that the Royale compiler now provides usable MXML positions for CSS; done means Flex projects suggest the mx and spark namespaces after an appropriate CSS namespace tag.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100