Skip to content

Commit

Permalink
Remove 'active development' language
Browse files Browse the repository at this point in the history
  • Loading branch information
justint committed Jul 28, 2023
1 parent 5577de6 commit 8b3b9fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 27 deletions.
25 changes: 7 additions & 18 deletions README.md
@@ -1,4 +1,4 @@
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/justint/usd-idea/Build)](https://github.com/justint/usd-idea/actions/workflows/build.yml)
[![Build](https://github.com/justint/usd-idea/actions/workflows/build.yml/badge.svg)](https://github.com/justint/usd-idea/actions/workflows/build.yml)
[![JetBrains IntelliJ Plugins](https://img.shields.io/jetbrains/plugin/v/12407-usd.svg?style=popout)](https://plugins.jetbrains.com/plugin/12407-usd)
[![JetBrains IntelliJ plugins](https://img.shields.io/jetbrains/plugin/d/12407-usd.svg?style=popout)](https://plugins.jetbrains.com/plugin/12407-usd)

Expand All @@ -8,7 +8,12 @@

A plugin for JetBrains IDEs (PyCharm, IntelliJ, etc) that provides support for [Universal Scene Description (USD)](https://github.com/PixarAnimationStudios/USD), a framework for interchange of 3D computer graphics data, developed by Pixar Animation Studios.

_NOTE_: This plugin is in active development and features are still being implemented. If you're interested in contributing to this project, check out the TODO features below or what's currently open in the [Issues](https://github.com/justint/usd-idea/issues).
## Features

- `.usd`/`.usda` filetype syntax highlighting & validation
- Asset/prim reference navigation (with `usdresolve`)
- Brace matching/folding
- Structure view

## Installing

Expand All @@ -22,22 +27,6 @@ _NOTE_: This plugin is in active development and features are still being implem

`usdresolve` path can be configured in <kbd>Settings</kbd> > <kbd>Languages & Frameworks</kbd> > <kbd>USD</kbd>.

## Features

- `.usd`/`.usda` filetype syntax highlighting & validation
- Asset/prim reference navigation (with `usdresolve`)
- Brace matching/folding
- Structure view

### 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

1. [Install IntelliJ IDEA](https://www.jetbrains.com/idea/download); install **Gradle** and **Plugin Devkit** plugins (installed by default)
Expand Down
10 changes: 1 addition & 9 deletions src/main/resources/META-INF/plugin.xml
Expand Up @@ -6,21 +6,13 @@
<description><![CDATA[
<strong>Universal Scene Description (USD) support for JetBrains products.</strong>
<br><br>
<i>Note</i>: This plugin is in active development and features are still being implemented. If you're interested in contributing to this project, check out the <a href="https://github.com/justint/usd-idea">GitHub page</a> for details.
<br><br>
<strong>Currently implemented features:</strong>
<strong>Features:</strong>
<ul>
<li>Syntax highlighting</li>
<li>Asset/prim reference navigation</li>
<li>Parser</li>
<li>Brace matching & block folding</li>
<li>Structure/outline views</li>
</ul>
<strong>Planned features:</strong>
<ul>
<li>Crate/package file support (usdc/usdz)</li>
<li>Reference Contributor implementation (Go to declaration feature)</li>
<li>Line markers for <i>overrides</i>, <i>inherits</i>, and more</li>
</ul>
]]></description>

Expand Down

0 comments on commit 8b3b9fa

Please sign in to comment.