forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit51000fb
authored
Add ISourceText to language service and use Roslyn's SourceText for FSharp.Editor (dotnet#6001)
* Initial ISourceText implementation (does not work yet)* Lexbuffer works* Removing Source. Now using only ISourceText. Added SourceText.ofString.* Fixing tests* We need to use addNewLine for tests to pass* Added test for SourceText.ofString* Trying to fix tests* Simplified ISourceText API. Added RoslynSourceTextTests* Trying to get the build working again* Re-organize prim-lexing.fsi* Handling format strings* Trying to get tests to pass* Trying to fix tests* Ignoring test* unignoring test* Fixed weak table* Removing addNewLine in sourcetext* Fixing interactive checker tests* Fixing more tests* Removed addNewLine* Removed addNewLine* Removed addNewLine* Removed addNewLine* Removed addNewLine* Removed addNewLine* Removed addNewLine* Removed addNewLine* Removed addNewLine* Removing last addNewLine. It's done* Better tests and small optimizations* Adjusting comment* Updating CompilerServiceBenchmarks* Updated nits1 parentb4abd96 commit51000fb
File tree
59 files changed
+650
-253
lines changed- benchmarks/CompilerServiceBenchmarks
- fcs/samples
- EditorService
- UntypedTree
- src
- fsharp
- fsi
- service
- utils
- tests
- FSharp.Compiler.UnitTests
- service
- vsintegration
- Utils/LanguageServiceProfiling
- src
- FSharp.Editor
- Commands
- Common
- Completion
- Debugging
- Diagnostics
- DocumentHighlights
- Formatting
- LanguageService
- Navigation
- QuickInfo
- FSharp.LanguageService
- tests
- Salsa
- UnitTests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
59 files changed
+650
-253
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
| 9 | + | |
8 | 10 | | |
9 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
10 | 81 | | |
11 | 82 | | |
12 | 83 | | |
| |||
32 | 103 | | |
33 | 104 | | |
34 | 105 | | |
35 | | - | |
36 | | - | |
| 106 | + | |
37 | 107 | | |
38 | 108 | | |
39 | 109 | | |
| |||
43 | 113 | | |
44 | 114 | | |
45 | 115 | | |
46 | | - | |
| 116 | + | |
47 | 117 | | |
48 | 118 | | |
49 | 119 | | |
50 | 120 | | |
51 | 121 | | |
52 | 122 | | |
53 | 123 | | |
54 | | - | |
| 124 | + | |
55 | 125 | | |
56 | 126 | | |
57 | 127 | | |
58 | 128 | | |
59 | 129 | | |
60 | | - | |
| 130 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
5037 | 5038 | | |
5038 | 5039 | | |
5039 | 5040 | | |
5040 | | - | |
| 5041 | + | |
5041 | 5042 | | |
5042 | 5043 | | |
5043 | 5044 | | |
| |||
5052 | 5053 | | |
5053 | 5054 | | |
5054 | 5055 | | |
5055 | | - | |
| 5056 | + | |
5056 | 5057 | | |
5057 | 5058 | | |
5058 | 5059 | | |
| |||
5064 | 5065 | | |
5065 | 5066 | | |
5066 | 5067 | | |
5067 | | - | |
| 5068 | + | |
5068 | 5069 | | |
5069 | 5070 | | |
5070 | 5071 | | |
| |||
5101 | 5102 | | |
5102 | 5103 | | |
5103 | 5104 | | |
5104 | | - | |
| 5105 | + | |
5105 | 5106 | | |
5106 | 5107 | | |
5107 | 5108 | | |
| |||
5129 | 5130 | | |
5130 | 5131 | | |
5131 | 5132 | | |
5132 | | - | |
| 5133 | + | |
5133 | 5134 | | |
5134 | 5135 | | |
5135 | 5136 | | |
5136 | 5137 | | |
5137 | 5138 | | |
5138 | 5139 | | |
5139 | 5140 | | |
5140 | | - | |
| 5141 | + | |
5141 | 5142 | | |
5142 | 5143 | | |
5143 | 5144 | | |
| |||
5237 | 5238 | | |
5238 | 5239 | | |
5239 | 5240 | | |
5240 | | - | |
| 5241 | + | |
5241 | 5242 | | |
5242 | 5243 | | |
5243 | 5244 | | |
| |||
5250 | 5251 | | |
5251 | 5252 | | |
5252 | 5253 | | |
5253 | | - | |
| 5254 | + | |
5254 | 5255 | | |
5255 | 5256 | | |
5256 | 5257 | | |
| |||
5268 | 5269 | | |
5269 | 5270 | | |
5270 | 5271 | | |
5271 | | - | |
| 5272 | + | |
5272 | 5273 | | |
5273 | | - | |
| 5274 | + | |
5274 | 5275 | | |
5275 | 5276 | | |
5276 | 5277 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
796 | 797 | | |
797 | 798 | | |
798 | 799 | | |
799 | | - | |
| 800 | + | |
800 | 801 | | |
801 | 802 | | |
802 | 803 | | |
| |||
0 commit comments
Comments
(0)