Changes between Initial Version and Version 1 of Ticket #2077, comment 39
- Timestamp:
- 02/05/15 17:18:11 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2077, comment 39
initial v1 2 2 * The property languageFeatures is assigned but never used. If it is really not used then please remove it. 3 3 * There is an empty line at the #endregion of TextMarkerService region that can be removed 4 5 CSharpCodeFoldingStrategy: 6 * Why does the folding strategy handle assemblies? 7 * Is projectContent needed anymore? Please remove, if not. 8 9 ICodeCompletionStrategy.cs: 10 * Please rename RunBackgroundParser() to a more generic method name, e.g.: Initialize() 11 12 ImportCompletionData.cs 13 * Please check if it is actually created because it seems to not be used. 14 15 * Please check if you can remove the IParameterDataProvider interface from CSharpOverloadProvider 16