Top 15 VBDepend Alternative and Similar Softwares | Apr 2024

VBDepend supports the Code Query Language (CQL) for maximum flexibility. VBDepend analyse VB6 and VBA.

CQL will help you answer in seconds your questions about your code base:

- Which public methods have more than 30 lines of code?
SELECT METHODS WHERE NbLinesOfCode > 30 AND IsPublic

- Which classes Derived From CBase?
SELECT TYPES WHERE IsClass AND DeriveFrom "CBase"

- Which methods have been refactored recently ?
SELECT METHODS WHERE CodeWasChanged

1. GlowCode

GlowCode GlowCode is the real-time performance and memory profiler for C++, C# and .NET code optimization. Finds bottlenecks, leaks fastest.......

2. Fxcop

Fxcop FxCop is a tool that performs static code analysis of .NET code.It provides hundreds of rules that perform various types of analysis.DesignGlobalizationInteroperabilityMaintainabilityMobilityNamingPerformancePortabilityReliabilitySecurityUsage......

3. PEP8

PEP8 pep8 is a tool to check your Python code against some of the style conventions in PEP 8.......

4. Telerik JustCode

Telerik JustCode JustCode is a Visual Studio extension that offers instant .NET code error check and analysis, 30+ refactorings, code generation, code cleaning, quick hints and much more. JustCode seamlessly completes Visual Studio, without being obtrusive or interrupting the natural work-flow. JustCode increases development productivity by solution-wide code analysis and error check......

5. Infer

Infer Facebook Infer is a static analysis tool - if you give Infer some Objective-C, Java, or C code, it produces a list of potential bugs.......

6. TechMafia

TechMafia TechMafia.Net - We help side projects, mobile apps, startups, code snippet and mobile games to be more popular and get early adopters for FREE by spreading their awesome motivated articles, posts, or reviews. Just Submit Your Product. TechMafia is a tech community which lets you publish a post or review......

7. VisualCodeGrepper

VisualCodeGrepper VCG is an automated code security review tool that handles C/C++, Java, C#, VB and PL/SQL. It has a few features that should hopefully make it useful to anyone conducting code security reviews, particularly where time is at a premium:1. In addition to performing some more complex checks it also......

8. PEP 257

PEP 257 pep257 is a static analysis tool for checking compliance with Python PEP 257.The framework for checking docstring style is flexible, and custom checks can be easily added, for example to cover NumPy docstring conventions.pep257 supports Python 2.6, 2.7, 3.3, 3.4, 3.5, pypy and pypy3.......

9. JSLint

JSLint JSLint is a JavaScript program that looks for problems in JavaScript programs. It is a code quality tool.......

10. Teamscale

Teamscale Teamscale analyzes the quality of your code. With a variety of static code analyses, it points you to quality defects that are easily missed. Analyze your code to identify specific maintainability constraints and avoid unexpected maintenance costs in the future.Teamscale helps you to monitor the quality of your code over......

11. DiffPlug

DiffPlug DiffPlug is a free text editor/differ and image viewer/differ. Purchasing a license allows you to diff other kinds of files such as Simulink.......

12. Altova DiffDog

Altova DiffDog Altova DiffDog is a powerful, easy-to-use diff merge tool that lets you quickly compare, merge, and sync text or source code files, folders containing any file type, or entire directories. Special XML-aware functionality identifies XML equivalence that ordinary text comparisons can’t detect.......

13. WinMerge JP

WinMerge JP WinMerge JP is a fork of original WinMerge that incorporates many own features including 3-way compare.......

14. Code Compare

Code Compare Code Compare is a free file and folder merge tool from Devart. New version of Code Compare comes with significantly increased startup speed:- Standalone application start is two times faster;- Opening a file comparison document in Visual Studio is two times faster;- Considerable acceleration of the first environment start after......

15. ExamXML

ExamXML ExamXML displays XML documents in a tree view, highlighting differences down to the level of elements, words or attributes, so that you can view exactly which attributes and elements have been added, modified or deleted. Red color means that the element has been removed, green means that the element has......