Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 913 Bytes

TODO.md

File metadata and controls

30 lines (21 loc) · 913 Bytes

TODO

  • Add status bar button for invocation (0.0.2)
  • Store state in vscode ExtensionContext.storagePath
  • Make a nice tree view instead of just dumping the output JSON (0.0.3)

For 0.1.0

  • Fix leading tabs and spaces when loading a file into search text
  • Add tooltips to everything
  • Put line numbers on text boxes

For 1.0

  • Rearrange UI to not be so vertical
  • Add documentation and gif to README

For 2.0

  • Use PCRE2 for regex execution
  • Show named captures in results pane

Nice-to-have

  • Support extended regexes (came with PCRE2)
  • Highlight matched text in search text
  • Highlight matched text in replaced text
  • Add drop-down of regex syntax patterns
  • Add a menu of full examples
  • Allow saving regex search/replace string pairs for later reuse issue #10