RepreZen / KaiZen-OpenAPI-Editor

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

[ZEN-4802] Add Quick Fixes on example validation markers (MERGE AFTER #493) #497

Closed ghillairet closed 5 years ago

tedepstein commented 5 years ago

As discussed, we want to make the Quick Fix actions more discoverable, so you don't need to use the QuickFix Hot key.

tedepstein commented 5 years ago

@neerajbhusare , if this has passed your QA and code review, please merge it.

In this scope, we won't be providing the Quick Fixes through mouse interactions (click on marker, hover over code). I've opened a separate issue to track that work.

tedepstein commented 5 years ago

@neerajbhusare , BTW, we created https://github.com/ModelSolv/RepreZen/pull/1887 to test this, and have already merged that one. The normal process would be to merge the component PR (this one) first, update dependencies API Studio PR, then merge the API Studio PR.