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