How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
A static code analyzer for C++, C#, Lua
The main features of tencent/tscancode are: Code Analysis Platforms, Language Specific Analyzers.
Open-source alternatives to tencent/tscancode include: dotnet/roslyn-analyzers — The Microsoft.CodeAnalysis.NetAnalyzers package moved into the dotnet/sdk repository for further development and… w0rp/ale — Ale is a Neovim LSP client and asynchronous linter wrapper designed to integrate language servers and syntax checkers… classgraph/classgraph — An uber-fast parallelized Java classpath scanner and module scanner. coderaiser/putout — 🐊 Pluggable and configurable JavaScript Linter, code transformer and formatter with superpowers 💪: built-in support… duriantaco/skylos — Open source local-first PR scanner that finds dead code, security bugs, secrets, quality regressions, and AI-code… bearer/bearer — Bearer is a static analysis security testing tool and privacy compliance auditor. It identifies security…
Ale is a Neovim LSP client and asynchronous linter wrapper designed to integrate language servers and syntax checkers into the editor. It provides infrastructure for background syntax validation and automated code fixing without blocking the editor interface. The project implements the Language Server Protocol to enable advanced semantic navigation, including symbol renaming, definition jumping, and the application of automatic refactoring changes. It functions as an automatic code fixer that applies formatting and repairs based on feedback from linting tools and language servers. The plugin
The Microsoft.CodeAnalysis.NetAnalyzers package moved into the dotnet/sdk repository for further development and respond to issues formerly in this repository.
An uber-fast parallelized Java classpath scanner and module scanner.
🐊 Pluggable and configurable JavaScript Linter, code transformer and formatter with superpowers 💪: built-in support of js, jsx, ts, markdown, yaml, toml, json and ignore. Write declarative codemods in a simplest possible way 😏