ide doesn't support jsdoc

@fooloomanzoo is this javascript file? Javascript grammar is out of the scope of ide-html.
@liuderchi It's javascript in a script tag. Wouldn't that be very common for html-files?
@fooloomanzoo What are the behaviors you expect of atom ide ui when opening html containing inline javascript script?
@liuderchi That you can see the given doc definitions and can jump to the declaration of the functions. Would be possible for this ide to forward inline scripts to the javascript ide?
@fooloomanzoo It would be possible but the core html parsing functionality lies in vscode-html-server. Now I cannot create a new issue in that repo. Perhaps there are other ways to propose such enhancement to vscode team.