meeshkan / unmock-vscode-plugin

Unmock plugin for VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Functionality] Offer quick links to mocks and called function

idantene opened this issue · comments

In functions where we recognized URLs have been called and matching mocks were created (again, depending on the metadata and request data saved), add a small marker to the function definition which opens a popup, listing all the mocks and "calling" function.
A click on the mock will open the JSON file(s) for edit, a click on the function will move the user to the calling line for that mock.

#14 being the base.
Specific features (adding it via CodeLens and/or via a small "debug" marker will be added as needed).