mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
[site] Headers for custom lang support accordingly TOC
This commit is contained in:
parent
f21b528825
commit
8ba2ee34d4
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: editable
|
||||
title: Annotator
|
||||
title: 7. Annotator
|
||||
---
|
||||
|
||||
Annotator helps highlight and annotate any code based on specific rules.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: editable
|
||||
title: Code Style Setting
|
||||
title: 16. Code Style Setting
|
||||
---
|
||||
|
||||
### 1. Define code style settings
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: editable
|
||||
title: Commenter
|
||||
title: 17. Commenter
|
||||
---
|
||||
|
||||
A commenter allows user to comment the code at the cursor or selected code automatically via *⌘/*.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: editable
|
||||
title: Completion Contributor
|
||||
title: 9. Completion Contributor
|
||||
---
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: editable
|
||||
title: Find Usages Provider
|
||||
title: 11. Find Usages Provider
|
||||
---
|
||||
|
||||
A find usage provider uses a word scanner to build an index of words present in every file.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: editable
|
||||
title: Folding Builder
|
||||
title: 12. Folding Builder
|
||||
---
|
||||
|
||||
A folding builder helps you to fold the code regions and replace it with specific text.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: editable
|
||||
title: Formatter
|
||||
title: 15. Formatter
|
||||
---
|
||||
|
||||
*A formatter allows to reformat the code automatically based on code style settings.*
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: editable
|
||||
title: Go To Symbol Contributor
|
||||
title: 13. Go To Symbol Contributor
|
||||
---
|
||||
|
||||
*A go to symbol contributor helps user to navigate to any PSI element by it's name.*
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: editable
|
||||
title: Grammar and Parser
|
||||
title: 3. Grammar and Parser
|
||||
---
|
||||
|
||||
### 1. Define a token type
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: editable
|
||||
title: Language and File Type
|
||||
title: 2. Language and File Type
|
||||
---
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: editable
|
||||
title: Lexer and Parser Definition
|
||||
title: 4. Lexer and Parser Definition
|
||||
---
|
||||
|
||||
The lexer defines how the contents of a file is broken into tokens.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: editable
|
||||
title: Line Marker Provider
|
||||
title: 8. Line Marker Provider
|
||||
---
|
||||
|
||||
Line markers help to annotate any code with icons on the gutter.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: editable
|
||||
title: Prerequisites
|
||||
title: 1. Prerequisites
|
||||
---
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: editable
|
||||
title: PSI Helpers and Utilities
|
||||
title: 6. PSI Helpers and Utilities
|
||||
---
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: editable
|
||||
title: Quick Fix
|
||||
title: 18. Quick Fix
|
||||
---
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: editable
|
||||
title: Reference Contributor
|
||||
title: 10. Reference Contributor
|
||||
---
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: editable
|
||||
title: Structure View Factory
|
||||
title: 14. Structure View Factory
|
||||
---
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: editable
|
||||
title: Syntax Highlighter and Color Settings Page
|
||||
title: 5. Syntax Highlighter and Color Settings Page
|
||||
---
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user