canvas-sketch-cli icon indicating copy to clipboard operation
canvas-sketch-cli copied to clipboard

Add JSDoc comment for "context" autocomplete

Open stepjue opened this issue 4 years ago • 1 comments

May or may not be helpful depending on other people's environments, but I found myself adding this JSDoc comment in each new project so that I get autocomplete of the "context" parameter in VSCode Screen Shot 2021-01-05 at 11 11 52 PM

stepjue avatar Jan 06 '21 04:01 stepjue

Cool tip! I think it's a bit too VSCode specific to add to the core but I'll consider it. It would be great if I could somehow document all of this in the core lib itself (maybe with TS typings) so that it's transparent to end-user.

mattdesl avatar Feb 18 '21 10:02 mattdesl