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
- Host: GitHub
- URL: https://github.com/techwritescode/intellij-nes
- Owner: techwritescode
- License: mit
- Created: 2023-01-23T19:56:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T18:21:22.000Z (over 3 years ago)
- Last Synced: 2025-06-29T19:30:42.356Z (12 months ago)
- Language: Kotlin
- Homepage:
- Size: 110 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.