Skip to content

Commit 5ccfa84

Browse files
kallentuCommit Queue
authored andcommitted
[analysis_server] Update bullets on language feature checklist.
The bullets on this doc were bugging me because they were confusing which tasks were subtasks of one another. I made them all into checklist bullets (since that's what's most useful for me anyways) and it looks much better. Change-Id: I593ceb7db5ae39ffda52a2a2e481b1c53a5a7784 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/433360 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Kallen Tu <[email protected]>
1 parent 3f2befe commit 5ccfa84

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pkg/analysis_server/doc/process/new_language_feature.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The features are listed in alphabetical order.
2828
- [ ] Document Colors (an LSP feature whereby a reference to a color in code can
2929
be associated with a colored swatch and a color picker)
3030
- [ ] Hovers
31-
- Implemented/override markers (a legacy protocol feature, only available to
31+
- [ ] Implemented/override markers (a legacy protocol feature, only available to
3232
IntelliJ and Android Studio)
3333
- [ ] Implemented Markers (allows navigation from a base class method to
3434
methods that override it, or from a base class to classes that
@@ -38,21 +38,21 @@ The features are listed in alphabetical order.
3838
extends/implements)
3939
- [ ] Inlay Hints (an LSP feature allowing extra information to be displayed
4040
using inline hints)
41-
- Navigation
41+
- [ ] Navigation
4242
- [ ] Go to Definition (LSP feature)
4343
- [ ] Go to Type Definition (LSP feature)
4444
- [ ] Go to Super (LSP feature)
4545
- [ ] Legacy protocol (for IntelliJ and Android Studio)
46-
- Occurrences
46+
- [ ] Occurrences
4747
- [ ] Legacy protocol (for IntelliJ and Android Studio)
4848
- [ ] Document Highlights (LSP feature)
4949
- [ ] Organize Imports
50-
- Outline
50+
- [ ] Outline
5151
- [ ] Flutter Outline
5252
- [ ] Legacy protocol, a.k.a. Document Symbols (for IntelliJ and Android
5353
Studio)
5454
- [ ] LSP feature
55-
- Refactorings and quick assists/fixes (note that in addition to potentially
55+
- [ ] Refactorings and quick assists/fixes (note that in addition to potentially
5656
creating new refactorings and/or quick assists/fixes, part of the work
5757
required to implement a new language feature includes evaluating each existing
5858
refactoring and quick fix/assist to see whether it needs to be improved or
@@ -63,23 +63,23 @@ The features are listed in alphabetical order.
6363
- [ ] LSP self-describing refactorings
6464
- [ ] Quick Assists
6565
- [ ] Quick Fixes
66-
- Search
66+
- [ ] Search
6767
- [ ] Find References
6868
- [ ] Implementations - LSP
6969
- [ ] Member Declarations
7070
- [ ] Member References
7171
- [ ] Top-level Declarations
7272
- [ ] Selection Range (an LSP feature allowing a selection to be expanded to
7373
cover the range of an ancestor AST node)
74-
- Syntax Highlighting
74+
- [ ] Syntax Highlighting
7575
- [ ] Legacy protocol, a.k.a. Semantic Highlights (for IntelliJ and Android
7676
Studio)
7777
- [ ] Semantic Tokens (LSP feature)
7878
- [ ] Signature Help (an LSP feature that tells the parameters and types needed
7979
for an invocation)
8080
- [ ] Snippets
8181
- [ ] Sort Members
82-
- Type Hierarchy
82+
- [ ] Type Hierarchy
8383
- [ ] Legacy protocol (for IntelliJ and Android Studio)
8484
- [ ] LSP feature
8585
- [ ] Workspace Symbols (LSP feature)

0 commit comments

Comments
 (0)