Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 795 Bytes

File metadata and controls

41 lines (31 loc) · 795 Bytes

Youcode Editor

youcode editor is a normal js, css, html accepted/run languages code editor in provided two theme light and dark

Snapshots

Light Mode YC snap

YC snap

YC snap

Dark Mode YC snap

YC snap

YC snap

Themes key shortcuts

Ctrl + Shift + K
Ctrl + / # open settings and scroll down page and choose editor theme options

Editor settings json file

[
	{
		"editor.theme": "light",
		"editor.autoSave.delay": 3000,
		"editor.animation": true,
		"editor.autoSave": true,
		"editor.wordWrap": true,
		"editor.fontWeight": 500,
		"editor.fontFamily": "Arial sans-serif",
		"editor.fontSize": 14
	}
]