nelak2 / nwscript-sinfar-language-server

NWScript Language Server modified to work for Sinfar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace file explorer with custom tree view

nelak2 opened this issue · comments

Replace file explorer with custom tree view

The current file explorer is very limited in its functionality and forces us to work around an awkward URI scheme system. We should replace it with our own custom tree view that displays our resources in a much more flexible manner.

  • It should support sorting/filtering resources
  • Tabs for different resource types
  • Backed by a ERF data store that minimizes web requests
commented

Initial implementation is complete.