All Projects → szehetner → Inlininganalyzer

szehetner / Inlininganalyzer

Licence: mit
Inlining Analyzer is a Visual Studio Extension that shows in the source code if a method call will be inlined by the JIT compiler.

Projects that are alternatives of or similar to Inlininganalyzer

Sharpen
Visual Studio extension that intelligently introduces new C# features into your existing codebase
Stars: ✭ 351 (+192.5%)
Mutual labels:  visual-studio-extension
Intrinsics Dude
Opensource Visual Studio extension for compiler instrinsics in C/C++
Stars: ✭ 44 (-63.33%)
Mutual labels:  visual-studio-extension
Codenav
Visual Studio extension to show the code structure of your current document
Stars: ✭ 70 (-41.67%)
Mutual labels:  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 (+3148.33%)
Mutual labels:  visual-studio-extension
Vs Side Scroller
Scroll horizontally with the mouse wheel when holding the shift key in Visual Studio
Stars: ✭ 29 (-75.83%)
Mutual labels:  visual-studio-extension
Openapi Connected Service
Visual Studio extension to generate OpenAPI (Swagger) web service reference.
Stars: ✭ 57 (-52.5%)
Mutual labels:  visual-studio-extension
Structlayout
Visual Studio Extension for C++ struct memory layout visualization
Stars: ✭ 270 (+125%)
Mutual labels:  visual-studio-extension
Nsdepcop
NsDepCop is a static code analysis tool that helps to enforce namespace dependency rules in C# projects. No more unplanned or unnoticed dependencies in your system.
Stars: ✭ 114 (-5%)
Mutual labels:  visual-studio-extension
Quicktype Vs
Visual Studio extension to paste JSON as C#, C++, TypeScript, and more
Stars: ✭ 39 (-67.5%)
Mutual labels:  visual-studio-extension
Encourage
A bit of encouragment added to Visual Studio
Stars: ✭ 69 (-42.5%)
Mutual labels:  visual-studio-extension
Xamlstyler
Visual Studio extension to help format your XAML source code
Stars: ✭ 553 (+360.83%)
Mutual labels:  visual-studio-extension
Dotnet Apiport
This repo contains .NET Portability Analyzer (VSIX and Console) libraries and tools
Stars: ✭ 878 (+631.67%)
Mutual labels:  visual-studio-extension
Caide
Automates certain common tasks that you do during programming competitions
Stars: ✭ 65 (-45.83%)
Mutual labels:  visual-studio-extension
Disasmo
VS2019 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).
Stars: ✭ 380 (+216.67%)
Mutual labels:  visual-studio-extension
Discordrpcvs
An extension for Visual Studio 2017 that enables Discord Rich Presence.
Stars: ✭ 77 (-35.83%)
Mutual labels:  visual-studio-extension
Librarymanager
Stars: ✭ 330 (+175%)
Mutual labels:  visual-studio-extension
Bideveloperextensions
A Visual Studio extension that enhances development functionality in Business Intelligence Development Studio (BIDS) and SQL Server Data Tools (SSDT).
Stars: ✭ 55 (-54.17%)
Mutual labels:  visual-studio-extension
Vsc Material Theme
Material Theme, the most epic theme for Visual Studio Code
Stars: ✭ 1,617 (+1247.5%)
Mutual labels:  visual-studio-extension
Google Cloud Visualstudio
Google Cloud Tools for Visual Studio
Stars: ✭ 80 (-33.33%)
Mutual labels:  visual-studio-extension
Enhanced Syntax Highlighting
[Marketplace] Lightweight "editor classifier extension" for Visual Studio based on the async Roslyn APIs to enhanced highlighting custom tags in C# code.
Stars: ✭ 69 (-42.5%)
Mutual labels:  visual-studio-extension

InliningAnalyzer

Inlining Analyzer is a Visual Studio Extension that highlights all method calls in the source code depending on if they will be inlined (green) or not (red) and displays the reason for a failed inline as given by the JIT Compiler.

You can download it from the VS Marketplace

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].