Skip to content

Commit 7878f6d

Browse files
authored
Update attributions.md (dotnet#3490)
1 parent 7d4563f commit 7878f6d

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

attributions.md

+15-4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ This is for those who contributed language features, compiler improvements, or i
3737

3838
- [Gustavo Leon](https://github.com/gmpl)
3939

40+
41+
### F# 4.2 Compiler Improvements
42+
43+
- Deterministic compilation via `--deterministic`, by [David Glassborow](https://github.com/davidglassborow)
44+
4045
### FSharp.Core
4146

4247
**Performance Improvements**
@@ -53,9 +58,9 @@ This is for those who contributed language features, compiler improvements, or i
5358

5459
- [Eirik Tsarpalis](https://github.com/eiriktsarpalis)
5560

56-
### F# 4.2 Compiler Improvements
61+
**General Improvements**
5762

58-
- Deterministic compilation via `--deterministic`, by [David Glassborow](https://github.com/davidglassborow)
63+
- [Jérémie Chassaing](https://github.com/thinkbeforecoding)
5964

6065
## Tooling - Visual Studio and Platform Support
6166

@@ -66,7 +71,7 @@ This is for those who contributed Visual Studio IDE features and platform suppor
6671
**Editor Features**
6772

6873
* Semantic Colorization - [Vasily Kirichenko](https://github.com/vasily-kirichenko) and [Saul Rennison](https://github.com/saul)
69-
* Autocompletion - [Vasily Kirichenko](https://github.com/vasily-kirichenko)
74+
* Autocompletion - [Vasily Kirichenko](https://github.com/vasily-kirichenko) and [Saul Rennison](https://github.com/saul)
7075
* IntelliSense Filters and Glyph improvements - [Vasily Kirichenko](https://github.com/vasily-kirichenko)
7176
* IntelliSense accuracy Improvements - [Vasily Kirichenko](https://github.com/vasily-kirichenko)
7277
* Go To All - [Vasily Kirichenko](https://github.com/vasily-kirichenko) and [Jared Hester](github.com/cloudroutine)
@@ -94,13 +99,19 @@ This is for those who contributed Visual Studio IDE features and platform suppor
9499
* Support for Editor Settings - [Jakub Majocha](https://github.com/majocha)
95100
* Localized Go to Definition Status Bar - [Saul Rennison](https://github.com/saul)
96101
* R#-like completion for items in unopened namespaces - [Vasily Kirichenko](https://github.com/vasily-kirichenko)
97-
* Wrap XML docs - [Jakub Majocha](https://github.com/majocha)
102+
* Wrapped XML docs in QuickInfo - [Jakub Majocha](https://github.com/majocha)
103+
* Smart indent and de-indent - [Duc Nghiem Xuan](https://github.com/xuanduc987) and [Saul Rennison](https://github.com/saul)
104+
* F# to C# navigation - [Saul Rennison](https://github.com/saul) and [Vasily Kirichenko](https://github.com/vasily-kirichenko)
105+
* Support for Blue Theme (High Contrast) in semantic colorization - [Vasily Kirichenko](https://github.com/vasily-kirichenko)
106+
* Configuration-driven in-memory cross-project references and project cache size - [Vasily Kirichenko](https://github.com/vasily-kirichenko)
107+
98108

99109
**Project System**
100110

101111
* Improved solution load time - [Saul Rennison](https://github.com/saul)
102112
* General improvements - [Jakub Majocha](https://github.com/majocha)
103113
* Move Up/Move Down on Solution folder nodes - [Saul Rennison](https://github.com/saul)
114+
* Folder support - [Saul Rennison](https://github.com/saul)
104115

105116
**F# Interactive**
106117

0 commit comments

Comments
 (0)