Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrating TypeDoc with VisualStudio #35

Closed
pitus opened this issue Oct 3, 2014 · 1 comment
Closed

Integrating TypeDoc with VisualStudio #35

pitus opened this issue Oct 3, 2014 · 1 comment
Labels
question Question about functionality

Comments

@pitus
Copy link

pitus commented Oct 3, 2014

Are there any plans to add support for TypeDoc directly from within VisualStudio so that the documentation parameters can be shared with the current project (root, typescript configuration...)

If not, how would one go about configuring VS to automatically launch TypeDoc and supply project parameters to it? Post-build, custom tool?

@sebastian-lenz
Copy link
Member

Hi pithus, welcome to GitHub. I'm sorry, I'm not familiar with VisualStudio as I don't use it. We would probably have to write an extension, but as the free versions of VisualStudio don't support extensions I don't see any possibility for doing that. However as this is an open source project, anybody who wants to develop such an extension is welcome to do so under the same conditions.

The easiest way to share the setup with others would be by using a simple batch or shell script. Most people around here like using task runners like Grunt or Gulp which will share the settings with their config file, there are plugins available for TypeDoc for both of them.

@sebastian-lenz sebastian-lenz added the question Question about functionality label Oct 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question about functionality
Projects
None yet
Development

No branches or pull requests

2 participants