phcode-dev / phoenix

Phoenix is a modern open-source Code Editor for the web, built for the browser.
https://phcode.io
GNU Affero General Public License v3.0
1.79k stars 124 forks source link

Feat: indent guides #1859

Closed abose closed 2 months ago

abose commented 2 months ago

Dark Theme

image

Light theme

image

Can be Enabled or disabled with view> Indent Guide Lines menu

image

Also adds a editor preferences

{
// true to show indent guide lines, else false.
"editor.indentGuides": true,

// true to show the first Indent Guide line else false.
"editor.indentHideFirst": false,
}
sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud