Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JetBrains/psiviewer
PSI Viewer for IntelliJ IDEA plugin development
https://github.com/JetBrains/psiviewer
Last synced: 7 days ago
JSON representation
PSI Viewer for IntelliJ IDEA plugin development
- Host: GitHub
- URL: https://github.com/JetBrains/psiviewer
- Owner: JetBrains
- License: gpl-2.0
- Created: 2011-03-30T06:34:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T11:07:59.000Z (28 days ago)
- Last Synced: 2024-11-05T04:21:06.162Z (9 days ago)
- Language: Java
- Homepage:
- Size: 1.11 MB
- Stars: 190
- Watchers: 6
- Forks: 40
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## PsiViewer ##
[![CodeQL](https://github.com/JetBrains/psiviewer/actions/workflows/codeql.yml/badge.svg)](https://github.com/JetBrains/psiviewer/actions/workflows/codeql.yml)
[![Qodana](https://github.com/JetBrains/psiviewer/actions/workflows/qodana_scan.yml/badge.svg)](https://github.com/JetBrains/psiviewer/actions/workflows/qodana_scan.yml)
[![JetBrains team project](https://jb.gg/badges/team.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)A Program Structure Interface (PSI) tree viewer plugin for IDEA platform IDE's.
This plugin may be useful for developers who are considering using the PSI interface in their own plugins.