An open API service indexing awesome lists of open source software.

https://github.com/techwritescode/intellij-nes

IntelliJ plugin for NES assembly development without the pain
https://github.com/techwritescode/intellij-nes

Last synced: 12 months ago
JSON representation

IntelliJ plugin for NES assembly development without the pain

Awesome Lists containing this project

README

          

# NES Plugin for IntelliJ Platform

## Installation & Usage

Download the latest [release](https://github.com/simonhochrein/intellij-nes/releases)

Follow the steps [here](https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk) to install the plugin file from disk

## Roadmap
* [x] Basic Syntax Highlighting
* [x] Goto Symbol and definitions
* [x] Opcode and label completion
* [x] Code folding
* [x] Structure view
* [ ] ASM6 and NESASM support
* [ ] Advanced Syntax Highlighting
* [ ] Run configurations
* [ ] Refactor Support
* [ ] Linking script GUI editor

## Contributing
Please feel free to get involved if you'd like to see new features or fix issues you've found! Check out [Contributing](CONTRIBUTING.md) for setup instructions.