From c4a51b9ba3c9e0563ac2e681a157b9a3158251e4 Mon Sep 17 00:00:00 2001 From: Justin Tennant Date: Sat, 30 May 2020 16:33:55 -0700 Subject: [PATCH] Add binary USD file support ticket (#7) to README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8118dbe..578c7c8 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ _NOTE_: This plugin is in active development and features are still being implem - Brace matching/folding - Structure View -TODO: +### TODO: +- [Binary USD file support](https://github.com/justint/usd-idea/issues/7) - [Language tests](https://www.jetbrains.org/intellij/sdk/docs/tutorials/writing_tests_for_plugins.html) - Reference Contributor - "Go to definition/symbol" feature implementation - "Find Usages" provider - - Line markers for overrides, inheritance, etc ## Building @@ -47,4 +47,4 @@ For more details on building IntelliJ Platform plugins, see JetBrains's document ## License -MIT license \ No newline at end of file +MIT license