rokucommunity / rokucommunity/brighterscript
Add import suggestions
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 208
- Forks
- 68
- Avg merge
- 8h 39m
- Merged PRs (30d)
- 39
Description
Whenever an unknown function call is encountered, if that function name exists elsewhere in the application, provide a list of "Code Fix" items that would automatically add a script tag to every xml component that the current file is imported into. Works like TypeScript's auto-import feature.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by locating the TypeScript code that reports unknown function calls and any existing Code Fix or import-suggestion support; done means generating suggestions that add the needed script tag to every XML component importing the current file, with coverage for the described behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100