Neon Future README

Setup
Include these in your settings.json configuration
- {
"window.title": "${rootName}",
"editor.stickyScroll.enabled": true,
"editor.fontFamily": "Courier New, Menlo, Monaco, 'Courier New', monospace",
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorBlinking": "expand",
"workbench.iconTheme": "bearded-icons",
"workbench.activityBar.iconClickBehavior": "toggle",
"workbench.activityBar.location": "top",
"window.titleBarStyle": "native",
"editor.smoothScrolling": true,
"vscode_custom_css.imports": ["file:////vscode-custom.css"]
}
Install vscode extensions:
Custom CSS and JS Loader
- Use custom css found here
Working with Markdown
- Split the editor (
Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
- Toggle preview (
Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
- Press
Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.
Enjoy!
| |