RepreZen / KaiZen-OpenAPI-Editor

Eclipse Editor for the Swagger-OpenAPI Description Language
Eclipse Public License 1.0
115 stars 12 forks source link

[ZEN-4499] KZOE Editor: Typeahead doesn't filter code templates correctly #481

Closed ghillairet closed 5 years ago

ghillairet commented 5 years ago

This PR adds filtering of template proposals during typeahead. The filter returns the template proposals for which the display string contains the current typeahead string.

Screencasts:

Swagger: s1

OpenAPI s2

s3

tedepstein commented 5 years ago

Passed QA. Nice!