Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CodeWallNew to Visual Studio Code? Get it now.
CodeWall

CodeWall

Abhinav Kasamsetty

|
3,040 installs
| (1) | Free
VS Code extension that checks if code goes past your rulers
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CodeWall

GitHub Workflow Status Visual Studio Marketplace Version Visual Studio Marketplace Installs Visual Studio Marketplace Downloads code style: prettier GitHub Repo stars GitHub PRs Welcome

VS Code extension that checks if code goes past your rulers. Install it here!

Features

Shows warnings at the specific locations where code goes past your rulers.

Settings

This extension has the following settings:

  • codewall.openProblemsPane: Determines whether to open the problems pane to show warnings when lines cross rulers. Is true by default.

Usage

Add a rulers using the editor.rulers setting (Command Palette -> Preferences: Open Settings (JSON)).

Valid Values:

"editor.rulers": [
  {"column": 90, "color": "#000000"},
  {"column": 105, "color": "#ff0000"}
]
"editor.rulers": [90, 105]

CodeWall for Atom

Don't use VS Code? Try CodeWall for Atom, made by Oceanwall!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft