api-notebook
api-notebook copied to clipboard
Import script with documentation
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.
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?
The idea was to parse JavaScript scripts for documentation autocompletion hints. E.g. descriptions of the commands when autocompletion pops up.
OH nice.That would be helpful.