eclipse-jdt / eclipse-jdt/eclipse.jdt.ui

[content assist] Avoid suggesting template proposals when completing on variable names

Open
#76 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.