Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
|
@savannahostrowski - I think I missed the expand/collapse button. So that's good. Maybe if it were the same "+" for expand and "-" for collapse as in the VS Code Outline view it would be easier to recognize/grok. Concerning filter - I think it would be useful to have it in the explorer as well since in big APIs with 100s of endpoints otherwise it can be difficult to find things. It's true that search/filter is in "FastAPI: search path operations" and that's great, I would just also like to use it in the explorer since there I could filter for "user" which gives ~ 50 results for our internal API and then I could click and read the code for the relevant results systematically. https://code.visualstudio.com/docs/getstarted/userinterface#_outline-view |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hi - thanks for building the FastAPI VSCode extension. It's very nice and worked out of the box in our backend project discovering the endpoints. The "Go to route" from test clients is especially useful.
Concerning the FastAPI path explorer panel it would be great if you could add two things:
Currently with our many routes grouped in many sub-routers it's tedious to use the explorer view to get an overview, I have to click on each router to expand it. And then when I want to look e.g. for all "user" or "container" related endpoints it would be much easier to find and grok them and get a good overview if I could filter.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions