All Projects → rudebuild → Similar Projects or Alternatives

655 Open source projects that are alternatives of or similar to rudebuild

Discordrpcvs
An extension for Visual Studio 2017 that enables Discord Rich Presence.
Stars: ✭ 77 (+381.25%)
OptionsSample
A Visual Studio extension sample
Stars: ✭ 14 (-12.5%)
TextTemplatingCore
T4 Text Templating with .NET Core
Stars: ✭ 24 (+50%)
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 (+737.5%)
IncludeToolbox
Visual Studio extension to format, prune, and inspect include directives.
Stars: ✭ 48 (+200%)
Intrinsics Dude
Opensource Visual Studio extension for compiler instrinsics in C/C++
Stars: ✭ 44 (+175%)
ace-jump
Allows for quick movement around the editor screen. Inspired by AceJump for Webstorm and Vim plugin AceJump.
Stars: ✭ 44 (+175%)
experimental-tools
A bunch of quality refactorings and code fixes that are going to improve your C# development experience in Visual Studio and remove some common pain.
Stars: ✭ 19 (+18.75%)
Google Cloud Visualstudio
Google Cloud Tools for Visual Studio
Stars: ✭ 80 (+400%)
D365FONinjaDevTools
To make of you a Ninja Developer in Dynamics 365 For Finance and Operations
Stars: ✭ 70 (+337.5%)
Glyphfriend
Glyphfriend is a Visual Studio Extension to add previews for various icon/glyph fonts to Visual Studio.
Stars: ✭ 157 (+881.25%)
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 (+350%)
auto-save-vs-extension
An extension that automatically saves the file as you're working on it.
Stars: ✭ 30 (+87.5%)
Asm Dude
Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
Stars: ✭ 3,898 (+24262.5%)
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 (+100%)
Xmake
🔥 A cross-platform build utility based on Lua
Stars: ✭ 4,229 (+26331.25%)
Mutual labels:  visual-studio, build-tool
BuiltinCmd
VS extension that provide a built-in terminal window for CMD or Powershell.
Stars: ✭ 30 (+87.5%)
Visual-Studio
A Discord Rich Presence extension for both Visual Studio 2017 and 2019.
Stars: ✭ 80 (+400%)
VS.DiffAllFiles
Visual Studio Extension to make comparing files before and after committing them to Git and TFS faster and easier.
Stars: ✭ 26 (+62.5%)
Openapi Connected Service
Visual Studio extension to generate OpenAPI (Swagger) web service reference.
Stars: ✭ 57 (+256.25%)
Encourage
A bit of encouragment added to Visual Studio
Stars: ✭ 69 (+331.25%)
SmartCommandlineArgs
A Visual Studio Extension which aims to provide a better UI to manage your command line arguments
Stars: ✭ 70 (+337.5%)
Micro Profiler
Cross-platform low-footprint realtime C/C++ Profiler
Stars: ✭ 123 (+668.75%)
PlantUml-Language-Service
PlantUml Language Service extension for Visual Studio 2017 and 2019
Stars: ✭ 24 (+50%)
Unchase.Odata.Connectedservice
📜 A Visual Studio extension for connecting to OData services with generating client-side C# proxy-classes
Stars: ✭ 39 (+143.75%)
VSMac-CodeCoverage
A Visual Studio for Mac code coverage extension.
Stars: ✭ 69 (+331.25%)
Unchase.OpenAPI.Connectedservice
📜 Visual Studio extension to generate OpenAPI (Swagger) web service reference.
Stars: ✭ 69 (+331.25%)
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 (+150%)
Visual Studio Jquery Code Snippets
130+ jQuery code snippets for Visual Studio 2012-2019.
Stars: ✭ 250 (+1462.5%)
Vs Side Scroller
Scroll horizontally with the mouse wheel when holding the shift key in Visual Studio
Stars: ✭ 29 (+81.25%)
Structlayout
Visual Studio Extension for C++ struct memory layout visualization
Stars: ✭ 270 (+1587.5%)
DisposableFixer
This is a Visual Studio Extension and NuGet package that should identify and fix problems as memleaks while using IDisposables.
Stars: ✭ 37 (+131.25%)
Community.VisualStudio.Toolkit
Making it easier to write Visual Studio extensions
Stars: ✭ 165 (+931.25%)
vs-material-icons-generator
This plugin will help you to set material design icons to your Xamarin projects In Visual Studio.
Stars: ✭ 50 (+212.5%)
vscode-theme
A modern, good-looking, productivity-increaser theme for Visual Studio Code
Stars: ✭ 46 (+187.5%)
Mutual labels:  visual-studio
angular-gulp-starter
Simple dev/prod build for Angular (2+) using gulp, systemjs, rollup, ngc (AOT), scss, Visual Studio
Stars: ✭ 18 (+12.5%)
Mutual labels:  visual-studio
xml-semantic-external-parser
A semantic external parser for XML files that can be used together with GMaster, PlasticSCM or SemanticMerge. Supports various XML formats, such as the Visual Studio project format.
Stars: ✭ 15 (-6.25%)
Mutual labels:  visual-studio
Ref12
Sends F12 in Visual Studio to the new .Net Reference Source Browser
Stars: ✭ 76 (+375%)
Mutual labels:  visual-studio
WindowsCommunityToolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,934 (+30737.5%)
Mutual labels:  visual-studio
machine.specifications.runner.visualstudio
A test adapter for Visual Studio and dotnet test for the Context/Specification framework Machine.Specifications
Stars: ✭ 30 (+87.5%)
Mutual labels:  visual-studio
parcel-css
A CSS parser, transformer, and minifier written in Rust.
Stars: ✭ 1,856 (+11500%)
Mutual labels:  build-tool
tsioc
AOP, Ioc container, Boot framework, unit testing framework , activities workflow framework.
Stars: ✭ 15 (-6.25%)
Mutual labels:  build-tool
C-Sharp-Learning-Journey
Some of the projects i made when starting to learn c#, winfroms and wpf
Stars: ✭ 95 (+493.75%)
Mutual labels:  visual-studio
UnitTestBoilerplateGenerator
An extension for Visual Studio that generates a unit test boilerplate from a given class, setting up mocks for all dependencies. Supports NUnit, Visual Studio Test, XUnit and many mock frameworks.
Stars: ✭ 39 (+143.75%)
Mutual labels:  visual-studio-extension
DataViewExtenders
Extenders for WinForms controls, such as DataGridView, DataGridViewColumn, FlowLayoutPanel, TableLayoutPanel, etc
Stars: ✭ 22 (+37.5%)
Mutual labels:  visual-studio
AspNet-Core-REST-Service
VS2017/VS2019 project template for ASP.Net Core 3.1/5.0 to create fully functional production ready RESTful services
Stars: ✭ 57 (+256.25%)
Mutual labels:  visual-studio
stan
🔨 Collection of front-end engineering tools
Stars: ✭ 19 (+18.75%)
Mutual labels:  build-tool
atbuild
Use JavaScript to generate JavaScript
Stars: ✭ 26 (+62.5%)
Mutual labels:  build-tool
vs-shell
GitHub action to set up the Visual Studio shell environment
Stars: ✭ 36 (+125%)
Mutual labels:  visual-studio
VisualStudioFileOpenTool
Tool that trying open specified file at spicified line in active Visual Studio
Stars: ✭ 26 (+62.5%)
Mutual labels:  visual-studio
gnutls
Unofficial GnuTLS with added custom native Visual Studio project build tools. GnuTLS: GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them.
Stars: ✭ 17 (+6.25%)
Mutual labels:  visual-studio
nss-run
nss-run (not so simple run) is a very simplistic build tool.
Stars: ✭ 14 (-12.5%)
Mutual labels:  build-tool
automeka
Implicit and module-aware build system for future C++
Stars: ✭ 20 (+25%)
Mutual labels:  build-tool
UmbSense
Intellisense / Completion for Umbraco Backoffice UI Elements
Stars: ✭ 20 (+25%)
Mutual labels:  visual-studio-extension
VSSDK-Analyzers
Roslyn analyzers for Visual Studio extensions
Stars: ✭ 39 (+143.75%)
Mutual labels:  visual-studio
wxWidgetsTemplate
A template project for wxWidgets C++, with pre-set files and IDE projects, and allows for easy updates to wxWidgets
Stars: ✭ 13 (-18.75%)
Mutual labels:  visual-studio
wine vcpp
Using Visual Studio Compiler with Wine
Stars: ✭ 25 (+56.25%)
Mutual labels:  visual-studio
dockingpanes
A Visual Studio style docking windows library for Qt Widgets based applications
Stars: ✭ 52 (+225%)
Mutual labels:  visual-studio
rote
Automate everything.
Stars: ✭ 66 (+312.5%)
Mutual labels:  build-tool
Xake
Another MAKE utility implementation on F#, fully declarative with no-brain parallelism, inspired by Shake
Stars: ✭ 24 (+50%)
Mutual labels:  build-tool
1-60 of 655 similar projects