codewind icon indicating copy to clipboard operation
codewind copied to clipboard

(VSCode Codewind OpenAPI extension) Support intellisense from generated code

Open samskiter opened this issue 3 years ago • 0 comments

Description of the enhancement: It looks like the OpenAPI VSCode extension can generate a server stub or client implementation - it doesn't, however, look like VSCode's intellisense understands the link between the generated code and the definition (openapi definition file) https://github.com/eclipse/codewind-openapi-vscode

Proposed solution: It would be amazing if the links mentioned could be made such that you can navigate from server to client calls natively in VSCode (and even do refactorings?!)

samskiter avatar Jun 01 '22 16:06 samskiter