- Joined
- Jun 27, 2006
- Messages
- 23,048
- Thread Author
- #1
Today's Extension Monday post is about one of the coolest new extension opportunities, extension Visual Studio Team Services (VSTS, fka Visual Studio Online).
To get you started creating VSTS extensions, Josh Garverick has shared a great Project Template...
Link Removed
This extension contains a Visual Studio project template supplying you with everything you need to create a Visual Studio Team Services extension.
This extension contains a project template consisting of:
A Project Template is great, but you want to scan the doc's? Serkan Inci has just the post for you...
Link Removed
We have been working hard to get ready for making Link Removed public and one of the most important piece for us is documentation and samples. Last couple of months, we worked hard on this and added a lot of docs and samples to our site.
As I mentioned in my Link Removed, we encourage you to use TypeScript for extension development since you can get nice tooling support using the declare file we provide. Our codebase is based in TypeScript as well, which gives as a chance to write our own tool generate API docs automatically.
Here are list of some docs we added lately:
This is a pretty big list and we are adding more each sprint. Please let us know if you see any issue or what you want to see in docs and samples Link Removed.
Want to see some read-world Extensions? Anisha Pindoria recently put together a great list of VSTS Extensions from the ALM Rangers and Community...
Link Removed
With the Extensions feature going live this week as per the announcement during Connect, the VS ALM Rangers have been busy creating extensions. We have a total of 11 extensions that made it into the Visual Studio Team Services Marketplace when it launched, of which 4 are published under Link Removed and the rest as community extensions. Here’s a little bit about them…
A list of DevLabs extensions:
Folder Management
Create new folders from the code explorer within the Team Web Access.
Team: Link Removed & Link Removed
Link Removed
Print cards from your backlog for use on a physical scrum board.
Team: Link Removed (Link Removed) & Link Removed (Link Removed)
Test Case Explorer
An extension to explore test cases.
Team: Link Removed & Link Removed (Link Removed + Link Removed)
Work Item Visualization
Visualize relationships between work items from within the work item form.
Team: Link Removed (Link Removed + blog + GitHub + email: [email protected])
A list of Community extensions:
... Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Continue reading...
To get you started creating VSTS extensions, Josh Garverick has shared a great Project Template...
Link Removed
This extension contains a Visual Studio project template supplying you with everything you need to create a Visual Studio Team Services extension.
This extension contains a project template consisting of:
- A simple TypeScript app
- The required vss-extension.json file
- A README containing links to further extensibility help
- The VSS.SDK.js file needed to bring your VSO extension to life
- Several typings to help with referenced libraries (jQuery, Q, Knockout, VSS)
A Project Template is great, but you want to scan the doc's? Serkan Inci has just the post for you...
Link Removed
We have been working hard to get ready for making Link Removed public and one of the most important piece for us is documentation and samples. Last couple of months, we worked hard on this and added a lot of docs and samples to our site.
As I mentioned in my Link Removed, we encourage you to use TypeScript for extension development since you can get nice tooling support using the declare file we provide. Our codebase is based in TypeScript as well, which gives as a chance to write our own tool generate API docs automatically.
Here are list of some docs we added lately:
- Link Removed: This is the API doc for Link Removed, which extension developers use to interact with Visual Studio Online on the client side.
- Rest Client Libraries: These are the TypeScript client libraries to talk to various REST endpoints on Visual Studio Online including:
- Link Removed
- Link Removed
- Link Removed
- Link Removed
- Link Removed
- Link Removed
- Link Removed
- UI Controls: Controls which can be used by developers in their extensions with a less effort. VSS.SDK.js can set up everything necessary for controls (scripts and styles) which makes using controls really easy. See Link Removed and its options Link Removed for more details. Here is the list of controls we documented so far:
- Link Removed (Link Removed)
- Link Removed (Link Removed)
- Link Removed (Link Removed)
- Link Removed (Link Removed)
- Link Removed (Link Removed)
- Link Removed (Link Removed)
- Link Removed (Link Removed)
- Client Services: These are the services provided to extension developers on the client to get some operations done by the host. This might be important for some scenarios since the extensions are sandboxed. The services we provide are:
- Link Removed (Link Removed)
- Link Removed (Link Removed)
- Link Removed (Link Removed)
- Link Removed
This is a pretty big list and we are adding more each sprint. Please let us know if you see any issue or what you want to see in docs and samples Link Removed.
Want to see some read-world Extensions? Anisha Pindoria recently put together a great list of VSTS Extensions from the ALM Rangers and Community...
Link Removed
With the Extensions feature going live this week as per the announcement during Connect, the VS ALM Rangers have been busy creating extensions. We have a total of 11 extensions that made it into the Visual Studio Team Services Marketplace when it launched, of which 4 are published under Link Removed and the rest as community extensions. Here’s a little bit about them…
A list of DevLabs extensions:
Folder Management
Create new folders from the code explorer within the Team Web Access.
Team: Link Removed & Link Removed
Link Removed
Print cards from your backlog for use on a physical scrum board.
Team: Link Removed (Link Removed) & Link Removed (Link Removed)
Test Case Explorer
An extension to explore test cases.
Team: Link Removed & Link Removed (Link Removed + Link Removed)
Work Item Visualization
Visualize relationships between work items from within the work item form.
Team: Link Removed (Link Removed + blog + GitHub + email: [email protected])
A list of Community extensions:
... Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Continue reading...