Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 641 Bytes

TODO.md

File metadata and controls

18 lines (17 loc) · 641 Bytes

TODO

  • Syntax Highlighting
    • Semantic token provider (probably the long term correct and robust solution)
    • Patching VSCode TextMate Grammars (an infinite amount of work for minimal gain)
      • Basic highlighting
      • Highlight Type Suffixes
      • case should be same as when in control flow
      • Interpolated template strings
      • Shebang line
      • Short imports
      • TS Keywords
  • Handle .civet files outside of project root
  • Handle multi-root projects
  • Use @danielx/civet installed in node_modules if present
  • Automate adding import suggestion
  • References