I need Visual Code Studio to Auto Suggest parameter details for my functions, Where and how I do that?

22 Views Asked by At

I need Visual Studio Code to Auto Suggest parameter details for my functions. It does that for many in-build and imported. It does auto suggest like:

(pattern: AnyStr@compile, flags: _FlagsType = 0) -> 
Pattern[AnyStr@compile]

How and where do I specify parameter documentation for my functions too, so that Visual Studio Code auto-suggest those for my function too?

Below is the image of auto suggest from Visual Code for an imported function. I want to provide the same for my functions too. Where and how do I specify that for my functions? Visual Code Auto Suugest

0

There are 0 best solutions below