You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Quickly analyze your project's codebase by counting lines of code, comments, and get insights organized by file types.
9
+
> Quickly analyze your project's codebase with comprehensive metrics, Git analytics, and interactive dashboards.
9
10
10
11
## Overview
11
12
12
-
**CodeCount** is a powerful VS Code extension that provides comprehensive code metrics for your projects. Instantly see how many lines of code, comments, and blank lines your workspace contains. Get detailed breakdowns by file type, understand code distribution, and track your project's scale.
13
-
14
-
Perfect for developers, project managers, and teams who need quick insights into codebase size and complexity.
13
+
**CodeCount** is a powerful VS Code extension that provides deep insights into your codebase. Get instant metrics on lines of code, understand contributor activity, track commit trends, and visualize language distribution. Perfect for developers, project managers, and teams who need comprehensive codebase analytics.
15
14
16
15
## Features
17
16
18
-
-**Workspace Analysis** - Get total line counts for your entire project
19
-
-**File-by-File Breakdown** - See statistics for individual files
20
-
-**Extension-Based Statistics** - Analyze code distribution across file types (TypeScript, JavaScript, Python, etc.)
21
-
-**Comment Detection** - Identify and count comment lines separately
22
-
-**Real-Time Refresh** - Update stats anytime with a single click
23
-
-**Sidebar Integration** - Dedicated panel in VS Code's Activity Bar
24
-
-**Gitignore Support** - Respects your `.gitignore` patterns automatically
25
-
-**⏱Performance Optimized** - Fast analysis even for large projects
26
-
27
-
## 📋 Commands
17
+
### Code Metrics
18
+
-**Workspace Analysis** - Total line counts for entire projects
19
+
-**File-by-File Breakdown** - Statistics for individual files
20
+
-**Language Distribution** - Analyze code across file types with expandable lists
21
+
-**Comment Detection** - Separate counts for comment and blank lines
0 commit comments