@@ -37,6 +37,11 @@ This is for those who contributed language features, compiler improvements, or i
37
37
38
38
- [ Gustavo Leon] ( https://github.com/gmpl )
39
39
40
+
41
+ ### F# 4.2 Compiler Improvements
42
+
43
+ - Deterministic compilation via ` --deterministic ` , by [ David Glassborow] ( https://github.com/davidglassborow )
44
+
40
45
### FSharp.Core
41
46
42
47
** Performance Improvements**
@@ -53,9 +58,9 @@ This is for those who contributed language features, compiler improvements, or i
53
58
54
59
- [ Eirik Tsarpalis] ( https://github.com/eiriktsarpalis )
55
60
56
- ### F# 4.2 Compiler Improvements
61
+ ** General Improvements**
57
62
58
- - Deterministic compilation via ` --deterministic ` , by [ David Glassborow ] ( https://github.com/davidglassborow )
63
+ - [ Jérémie Chassaing ] ( https://github.com/thinkbeforecoding )
59
64
60
65
## Tooling - Visual Studio and Platform Support
61
66
@@ -66,7 +71,7 @@ This is for those who contributed Visual Studio IDE features and platform suppor
66
71
** Editor Features**
67
72
68
73
* 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 )
70
75
* IntelliSense Filters and Glyph improvements - [ Vasily Kirichenko] ( https://github.com/vasily-kirichenko )
71
76
* IntelliSense accuracy Improvements - [ Vasily Kirichenko] ( https://github.com/vasily-kirichenko )
72
77
* 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
94
99
* Support for Editor Settings - [ Jakub Majocha] ( https://github.com/majocha )
95
100
* Localized Go to Definition Status Bar - [ Saul Rennison] ( https://github.com/saul )
96
101
* 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
+
98
108
99
109
** Project System**
100
110
101
111
* Improved solution load time - [ Saul Rennison] ( https://github.com/saul )
102
112
* General improvements - [ Jakub Majocha] ( https://github.com/majocha )
103
113
* Move Up/Move Down on Solution folder nodes - [ Saul Rennison] ( https://github.com/saul )
114
+ * Folder support - [ Saul Rennison] ( https://github.com/saul )
104
115
105
116
** F# Interactive**
106
117
0 commit comments