eclipse-jdt / eclipse.jdt.ui

Eclipse Public License 2.0
36 stars 86 forks source link

sealed and non-sealed type modifiers don't show up in the autocomplete suggestions #1512

Open nlisker opened 2 months ago

nlisker commented 2 months ago
sealed interface Index {

}

Place the cursor in the blank line and press ctrl+space. The following suggestions are offered: image

However, amongst the type modifiers, such as visibility, abstract, final etc., sealed and non-sealed are no offered. They should be added.