All Projects → GoogleCloudPlatform → Google Cloud Visualstudio

GoogleCloudPlatform / Google Cloud Visualstudio

Licence: apache-2.0
Google Cloud Tools for Visual Studio

Projects that are alternatives of or similar to Google Cloud Visualstudio

XPathTools
A Visual Studio Extension which can run any XPath and XPath function; navigates through results at the click of a button. Can show and copy any XPath incl. XML namespaces, avoiding XML namespace induced headaches. Keeps track of the current XPath via the statusbar.
Stars: ✭ 40 (-50%)
Mutual labels:  visual-studio, visual-studio-extension
OptionsSample
A Visual Studio extension sample
Stars: ✭ 14 (-82.5%)
Mutual labels:  visual-studio, visual-studio-extension
Visual-Studio
A Discord Rich Presence extension for both Visual Studio 2017 and 2019.
Stars: ✭ 80 (+0%)
Mutual labels:  visual-studio, visual-studio-extension
ace-jump
Allows for quick movement around the editor screen. Inspired by AceJump for Webstorm and Vim plugin AceJump.
Stars: ✭ 44 (-45%)
Mutual labels:  visual-studio, visual-studio-extension
Discordrpcvs
An extension for Visual Studio 2017 that enables Discord Rich Presence.
Stars: ✭ 77 (-3.75%)
Mutual labels:  visual-studio, visual-studio-extension
rudebuild
A non-intrusive bulk/unity C++ build tool for Visual Studio
Stars: ✭ 16 (-80%)
Mutual labels:  visual-studio, visual-studio-extension
VS.DiffAllFiles
Visual Studio Extension to make comparing files before and after committing them to Git and TFS faster and easier.
Stars: ✭ 26 (-67.5%)
Mutual labels:  visual-studio, visual-studio-extension
vs-material-icons-generator
This plugin will help you to set material design icons to your Xamarin projects In Visual Studio.
Stars: ✭ 50 (-37.5%)
Mutual labels:  visual-studio, visual-studio-extension
Vs Side Scroller
Scroll horizontally with the mouse wheel when holding the shift key in Visual Studio
Stars: ✭ 29 (-63.75%)
Mutual labels:  visual-studio, visual-studio-extension
Asm Dude
Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
Stars: ✭ 3,898 (+4772.5%)
Mutual labels:  visual-studio, visual-studio-extension
Codist
A visual studio extension which enhances syntax highlighting, quick info (tooltip), navigation bar, scrollbar, display quality and brings smart tool bar to code editor.
Stars: ✭ 134 (+67.5%)
Mutual labels:  visual-studio, visual-studio-extension
Openapi Connected Service
Visual Studio extension to generate OpenAPI (Swagger) web service reference.
Stars: ✭ 57 (-28.75%)
Mutual labels:  visual-studio, visual-studio-extension
SmartCommandlineArgs
A Visual Studio Extension which aims to provide a better UI to manage your command line arguments
Stars: ✭ 70 (-12.5%)
Mutual labels:  visual-studio, visual-studio-extension
unittestgenerator
A unit test generation extension for Visual Studio that aims to always produce code that compiles - covering the basic cases automatically and preparing as much as it can for the complex cases.
Stars: ✭ 32 (-60%)
Mutual labels:  visual-studio, visual-studio-extension
git-tools
This extension provides a git changes tool window, a graphical git history viewer and menus to launch Git Bash, Git Extenstions and TortoiseGit.
Stars: ✭ 72 (-10%)
Mutual labels:  visual-studio, visual-studio-extension
TextTemplatingCore
T4 Text Templating with .NET Core
Stars: ✭ 24 (-70%)
Mutual labels:  visual-studio, visual-studio-extension
Community.VisualStudio.Toolkit
Making it easier to write Visual Studio extensions
Stars: ✭ 165 (+106.25%)
Mutual labels:  visual-studio, visual-studio-extension
Unchase.OpenAPI.Connectedservice
📜 Visual Studio extension to generate OpenAPI (Swagger) web service reference.
Stars: ✭ 69 (-13.75%)
Mutual labels:  visual-studio, visual-studio-extension
Structlayout
Visual Studio Extension for C++ struct memory layout visualization
Stars: ✭ 270 (+237.5%)
Mutual labels:  visual-studio, visual-studio-extension
Intrinsics Dude
Opensource Visual Studio extension for compiler instrinsics in C/C++
Stars: ✭ 44 (-45%)
Mutual labels:  visual-studio, visual-studio-extension

Build status Code Coverage

Visual Studio Extension for Google Cloud Platform

This repo contains the source code for Cloud Tools for Visual Studio, an extension for integrating Google Cloud Platform into Visual Studio.

Install

You can install the extension from the Visual Studio Marketplace. The current and previous vsix packages are available on the releases page. The latest development vsix package is avalable on appveyor.

Dependencies on Google Cloud SDK

The Visual Studio extension depends on the Cloud SDK for certain functionality, make sure that you have at least version 174.0.0 of the Cloud SDK installed when running the extension.

You can install the Google Cloud SDK from https://cloud.google.com/sdk/. You will also need to make sure that you have the kubectl component. It is used for interactions with Google Kubernetes Engine.

You can make sure that you have all the necessary components installed by running the command:

gcloud components install kubectl

Support

To get help on using the Visual Studio Extension, please log an issue with this project. While we will eventually be able to offer support on Stack Overflow or a Google+ community, for now your best bet is to report issues in this Github project.

Build

To build the extension you will need to have Visual Studio 2017. You will need the the Visual Studio extension development toolset installed to be able to develop and build the extension. You can then open the main solution file: GoogleCloudExtension\GoogleCloudExtension.sln. If you get a build/project load error, try restoring NuGet packages first, as the project files reference files in one of the packages. If you get an error during the restoration of the NuGet packages, ensure that you have enabled nuget.org as a source in the NuGet Package Manager.

Build tools

We use Microsoft.VSSDK.BuildTools. This NuGet package provides MSBuild .props and .targets files we use to build the extension.

Continuous Building/Testing

We use appveyor to build on every push. The latest vsix package built from the master branch can be found here.

Contributing

Patches are encouraged, and may be submitted by forking this project and submitting a Pull Request. See CONTRIBUTING.md for more information.

License

Apache 2.0. See LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].