Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2077, comment 39


Ignore:
Timestamp:
02/05/15 17:18:11 (10 years ago)
Author:
ascheibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2077, comment 39

    initial v1  
    22* The property languageFeatures is assigned but never used. If it is really not used then please remove it.
    33* There is an empty line at the #endregion of TextMarkerService region that can be removed
     4
     5CSharpCodeFoldingStrategy:
     6* Why does the folding strategy handle assemblies?
     7* Is projectContent needed anymore? Please remove, if not.
     8
     9ICodeCompletionStrategy.cs:
     10* Please rename RunBackgroundParser() to a more generic method name, e.g.: Initialize()
     11
     12ImportCompletionData.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