wurstscript / wurst4vscode

Wurst extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=peterzeller.wurst
Apache License 2.0
24 stars 2 forks source link

docComments better support #31

Closed PhoenixZeng closed 5 years ago

PhoenixZeng commented 6 years ago

just like / / func(....) now it is work on vscode but i have to write the / */ can we support it like on the eclipse easy to get this: /** aa

Frotty commented 6 years ago

We do not plan to add parameter behavior or html, but the description should be parsed by vscode as markdown iirc.

PhoenixZeng commented 6 years ago

yes it worked but now i should enter this particular format it is to boring to write the " * " and " / " When we are familiar with the use of some IDE when we want write a comment on eclipse we just should write "/" + "**" and down the "enter" key. can we have the same action on the vscode?

peq commented 6 years ago

Maybe this is possible with snippets: https://code.visualstudio.com/docs/editor/userdefinedsnippets

I'll have a look.