mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 09:17:50 +08:00
* [webhelp] Fixes for TXP00152, TXP00002, test build 27 Jul 22:26 * [webhelp] Fixes for Part #4 TXP00010, EXCEPT decimal numbers in section titles * [webhelp] Fixes for Part #5 TXP00017 * [webhelp] Fixes for Part #4 TXP00010 - removed numbers from page section titles in "Custom Language Support Tutorial" and "Testing a Custom Language Plugin". * [webhelp] Removed numbers from page section titles in rest of project *.md files. * [new webhelp] Build #44 changes * [new webhelp] Maintenance merge from master * [new webhelp] Add placeholder file for webhelp import. * [webhelp] Correct redirects for file name changes * [webhelp] TOC not needed in webhelp * [format] {:toc} not needed for webhelp * add {:disable-links} to ensure demo links are not interpreted as real links. * Put all badges on the same line to simplify composition. * formatter.md: fix upsource link * fix some links * api_changes_list.md: remove note * migrate to webhelp - initial * fix GH edit URL * remove sdkdocs-template setup in VCS config * remove recently_updated.md * restore COC/CONTRIBUTING.md * api_changes_list.md: remove note * useful_links.md: IPE Co-authored-by: JohnHake <john.hake@jetbrains.com> Co-authored-by: Yann Cébron <yann.cebron@jetbrains.com>
32 lines
2.4 KiB
Markdown
32 lines
2.4 KiB
Markdown
[//]: # (title: Useful Links)
|
|
|
|
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
|
|
|
The following links represent useful resources for working with the _IntelliJ Platform_ and creating plugins.
|
|
|
|
### Repositories
|
|
* [IntelliJ SDK Documentation](https://github.com/JetBrains/intellij-sdk-docs)
|
|
* [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
|
|
* [IntelliJ Community Edition](https://github.com/JetBrains/intellij-community)
|
|
* [IntelliJ Plugins](https://github.com/JetBrains/intellij-plugins)
|
|
* [Open Source Plugins](https://plugins.jetbrains.com/search?correctionAllowed=true&pr=&orderBy=name&search=&should_have_source=true)
|
|
|
|
### Tooling
|
|
* [IDE Settings, Caches, Logs, and Plugins](https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs)
|
|
* [Internal Actions Menu](internal_actions_intro.md)
|
|
* [IntelliJ Platform Artifacts Repository](intellij_artifacts.md)
|
|
* [IntelliJ Plugin Verifier](https://github.com/JetBrains/intellij-plugin-verifier) (see also [Verifying Compatibility](api_changes_list.md#verifying-compatibility))
|
|
* [IntelliJ Platform Explorer](https://jb.gg/ipe)
|
|
|
|
### Plugins
|
|
* [PsiViewer](https://plugins.jetbrains.com/plugin/227-psiviewer)
|
|
* [Grammar-Kit](https://github.com/JetBrains/Grammar-Kit) & [Grammar-Kit Folder](https://plugins.jetbrains.com/plugin/12983-grammar-kit-folder)
|
|
* [Indices Viewer](https://plugins.jetbrains.com/plugin/13029-indices-viewer/)
|
|
* [IDE Perf](https://plugins.jetbrains.com/plugin/15104-ide-perf)
|
|
|
|
### Webinars
|
|
* [Busy plugin developers series. Episode 0](https://www.youtube.com/watch?v=-6D5-xEaYig) Mikhail Vink/Jakub Chrzanowski/Yann Cebron 2020
|
|
* [How We Built Comma, the Raku IDE, on the IntelliJ Platform](https://blog.jetbrains.com/platform/2020/01/webinar-recording-how-we-built-comma-the-raku-ide-on-the-intellij-platform/) Jonathan Worthington, 2020
|
|
* [Building IntelliJ IDEA plugins in Scala](https://www.youtube.com/watch?v=IPO-cY_giNA) Igal Tabachnik, 2020
|
|
* [Live Development of a PyCharm Plugin](https://blog.jetbrains.com/pycharm/2019/01/webinar-recording-live-development-of-a-pycharm-plugin-with-joachim-ansorg/) Joachim Ansorg, 2019
|
|
* [Build Developer Tools On Top of IntelliJ Platform](https://www.youtube.com/watch?v=vQDzjGzkPFc) Dmitry Jemerov, 2013 |