api-notebook icon indicating copy to clipboard operation
api-notebook copied to clipboard

Import script with documentation

Open blakeembrey opened this issue 11 years ago • 3 comments

When importing a script into the editor, we should run some processing on the raw text and attempt to provide documentation to the user based on JSDoc comments, etc.

blakeembrey avatar Feb 19 '14 14:02 blakeembrey

Hi Blake, I know that you are not working on that anymore but was the intent to basically be able to import a JS script that has a couple of JSDoc comments that then gets processed and converted into a notebook?

sichvoge avatar Jul 28 '16 09:07 sichvoge

The idea was to parse JavaScript scripts for documentation autocompletion hints. E.g. descriptions of the commands when autocompletion pops up.

blakeembrey avatar Jul 28 '16 12:07 blakeembrey

OH nice.That would be helpful.

sichvoge avatar Jul 29 '16 15:07 sichvoge