oasis-open / odata-rapid

Rapid - Specification, tools and libraries to support the development and adoption of simple REST-based APIs.
https://rapid.rocks
Apache License 2.0
16 stars 8 forks source link

Support multi-line requests in urlEditor #423

Closed mikepizzo closed 1 year ago

mikepizzo commented 1 year ago

Fixes #420

Previously, urlEditor only looked at the first line of the editbox, so suggestions were fixed based on only the first line.

With this change, the entire request is considered for statement completion and linting.