Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.12 KB

ROADMAP.md

File metadata and controls

26 lines (23 loc) · 1.12 KB

General

Code Editor

  • Add status bar (line/col number, etc.)
  • Add search/replace/refactor in all files
  • Add double click tab bar for new Untitled file
  • Add support for multiple Untitled files (Untitled-1, Untitled-2, etc.)
  • Add preview mode (italicized filename, double click tab or file in tree to fully open, swap previews)
  • Add user and project (.vslite folder) config support (JSON & visual via Uniforms)
  • Improve file saving (autosave to temp only for restoring, turn X to dot when unsaved)
  • Improve file editor instances (allow multiple tabs of same path)
  • Improve auto typings (some libs fail to import types correctly)

File Tree

  • Add file icons (parse VSCode icon theme format)
  • Add handling of renaming files
  • Add handling of moving files

Meta

  • Add deploy w/ CF Pages button
  • Finish this roadmap