OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
13 stars 26 forks source link

Missing Suggestions if a typo is made and is corrected after #961

Open JoshwinThomasIBM opened 2 months ago

JoshwinThomasIBM commented 2 months ago

if we made a typo and if we remove it, the suggestion is not working , however if we remove the typo and give the next valid character to the snippet, suggestion works . This is like backward corrections doesn’t give you suggestions but forward would work, see below. image (12)

typo with readiness and no suggestions. image (13)

removed the typo ‘y‘ and expected the suggestions to appear but it didn’t

image (14)

gave the next valid character for readiness and then the suggestion works .(ctl+space also works )