eclipse-jdt / eclipse-jdt/eclipse.jdt.ui
[content assist] Avoid suggesting template proposals when completing on variable names
Open
bug
- Dominant language
- Java
- Stars
- 59
- Forks
- 127
- Avg merge
- 22h 47m
- Merged PRs (30d)
- 28
Description
```
beanDefs.asMap().entrySet().forEach(e| -> {});
```
when completing at this position the template proposals are suggested. Fixing this could improve the completion suggestions on entry key stroke like VSCode java.
The same thing happens for any variable name definition location such as
`BeanDefinitionRegistry r|`
Contributor guide
Assessment
This issue has not been assessed yet.