diff --git a/RELATED b/RELATED new file mode 100644 index 0000000..57e3f02 --- /dev/null +++ b/RELATED @@ -0,0 +1,21 @@ +Related: +- https://marketplace.visualstudio.com/items?itemName=jdxcode.arcanist-vscode + - Format file by arc-lint + - Last update 11-2019 +- https://marketplace.visualstudio.com/items?itemName=christianvuerings.vscode-phabricator + - 💬 Autocomplete users and projects + - 🗒️ List accepted diffs with build status + - 🔔 Notify about ready to land diffs + - Good as editor for arc-diff message + - 03-2020 + - has icon +- https://marketplace.visualstudio.com/items?itemName=PranaySingh.phabview + - generate diffusion link, copy to clipboard + - 02-2020 +- https://marketplace.visualstudio.com/items?itemName=mezzode.arc-browse + - runs arc browse ? + - 02-2019 + - has icon +- https://marketplace.visualstudio.com/items?itemName=matt-good.phabricator-links + - converts `T1234`, etc., to a hyperlink + - 03-2018 diff --git a/TODO b/TODO new file mode 100644 index 0000000..1c2e68f --- /dev/null +++ b/TODO @@ -0,0 +1,31 @@ +MVP +=== +- lint everything +- [v] lint on save +- settings + - max error level +- delete lint on close file +- reasonable code layout + +TODO +==== +- lint current file +- [v] command clear all issues +- define type for ArcanistLintMessage + +Long Term Desired Features +========================== +- Fancy UIs for + - arc patch + - arc todo + - arc unit + - arc browse + - arc paste (upload and download) +- list open Differential in repo (for review) +- get hovercard (content) for any object +- push notifications from website ? +- preview Remarkup +- some magic to help the External Editor Link +- arc lint: special-case some messages for better visibility (find more range/information.) +- arc lint: support auto-fix (apply diff) +- arc lint: `locations` field may be parsed into `relatedInformation`.