mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
"Getting Started" -> "Creating Your First Plugin"
This commit is contained in:
parent
6f1c098e2a
commit
78d50c16e3
@ -17,7 +17,7 @@
|
||||
## Part I - Plugins
|
||||
* [Quick Start Guide](basics/basics.md)
|
||||
* [Types of Plugins](basics/types_of_plugins.md)
|
||||
* [Getting Started](basics/getting_started.md)
|
||||
* [Creating Your First Plugin](basics/getting_started.md)
|
||||
* [Using Gradle](tutorials/build_system.md)
|
||||
* [Getting Started with Gradle](tutorials/build_system/prerequisites.md)
|
||||
* [Configuring Gradle Projects](tutorials/build_system/gradle_guide.md)
|
||||
|
@ -9,7 +9,7 @@ This section covers the basics of working with *IntelliJ Platform*.
|
||||
It will familiarize you with the working environment, project structure, and frequently used API components.
|
||||
|
||||
* [Main Types of IntelliJ Platform Plugins](types_of_plugins.md)
|
||||
* [Getting Started](getting_started.md)
|
||||
* [Creating Your First Plugin](getting_started.md)
|
||||
* [Plugin Structure](plugin_structure.md)
|
||||
* [Kotlin for Plugin Developers](/tutorials/kotlin.md)
|
||||
* [IDE Development Instances](ide_development_instance.md)
|
||||
|
@ -7,7 +7,7 @@ The _IntelliJ Platform_ is very large, and very capable, and its size and scope
|
||||
|
||||
## Essential Concepts
|
||||
|
||||
- [Getting Started](/basics/getting_started.md) with plugins.
|
||||
- [Creating Your First Plugin](/basics/getting_started.md).
|
||||
- [Testing plugins](/basics/testing_plugins/testing_plugins.md).
|
||||
- Component model - the _IntelliJ Platform_ is a component based application, and is responsible for creating components and injecting dependencies. Understanding this is necessary for building plugins.
|
||||
- [Extension points](/basics/plugin_structure/plugin_extensions.md) - how to register components with extension points, and how to find out what extension points are available.
|
||||
|
@ -16,7 +16,7 @@ Welcome to the _IntelliJ Platform_ SDK. This is the primary source of documentat
|
||||
* [**About this Guide**](about.md)
|
||||
* [**Key Topics**](key_topics.md)
|
||||
* [**Getting Help**](getting_help.md)
|
||||
* [**Getting Started**](/basics/getting_started.md)
|
||||
* [**Creating Your First Plugin**](/basics/getting_started.md)
|
||||
* [**Useful Links**](/appendix/resources/useful_links.md)
|
||||
|
||||
## Updates
|
||||
|
@ -4,9 +4,11 @@ title: 1. Prerequisites
|
||||
<!-- 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. -->
|
||||
|
||||
### 1.1. Download and Install IntelliJ IDEA
|
||||
Download and install either IntelliJ IDEA Ultimate or IntelliJ IDEA Community Edition as described on the [Creating Your First Plugin](/basics/getting_started.md) page.
|
||||
Download and install either IntelliJ IDEA Ultimate or IntelliJ IDEA Community Edition from [here](https://www.jetbrains.com/idea/download/).
|
||||
|
||||
### 1.2. Check out Community Edition Source Files
|
||||
> **NOTE** While not required, having the full sources of the platform and all bundled plugins available for browsing allows finding related implementations.
|
||||
|
||||
Download the IntelliJ IDEA Community Edition source files as described in the IntelliJ IDEA Community Edition [README](upsource:///README.md) file.
|
||||
|
||||
### 1.3. Install Required Plugins
|
||||
|
Loading…
x
Reference in New Issue
Block a user