redhat-developer / redhat-developer/vscode-java
Java default classes from butchiki
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
The original author is @butchiki
Copied from https://github.com/Microsoft/vscode-java-pack/issues/28
Issue Type: Bug
When I tried to use Math class, Double class, etc. The Intellisense is not showing any methods or members about these classes.
Extension version: 0.3.0
VS Code version: Code 1.25.1 (1dfc5e557209371715f655691b1235b6b26a06be, 2018-07-11T15:43:53.668Z)
OS version: Windows_NT x64 10.0.17134
Contributor guide
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
Reproduce the missing IntelliSense members for Math and Double using VS Code 1.25.1, the Java extension 0.3.0, and the reported Windows environment. Trace the Java language-support entry point responsible for standard-class completion; done when methods and members for these classes are shown.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100