11779 Commits (79f974b04985eae19db15854f30d6bcce0dbe261)
 

Author SHA1 Message Date
Mike Krüger 2f91ba1df8 [CodeIssues] Added failing test case for variable declared in wide 13 years ago
Mike Krüger ae24ec4713 [CodeIssues] Fixed case in redundant else issue. 13 years ago
Mike Krüger 35428a6466 * RedundantAssignmentIssue.cs: [CodeIssues] Redundant assignment 13 years ago
Mike Krüger 461dd2beea Added get parameter name method to parameter data provider. 13 years ago
Mike Krüger a12bfaf997 [Completion] GetCurrentParameterIndex can now identify the names of 13 years ago
PeterForstmeier 8b1fe69b46 CodeCompletionPanel 13 years ago
Matt Ward 2fc93423c0 Support latest T4MVC 2.13.0 13 years ago
Mike Krüger afb4b595e4 [CodeActions] Gave extract field action a better name. 13 years ago
Matt Ward 1671b462e9 EnvDTE types now implement parameterised properties instead of methods. 13 years ago
Mike Krüger c6b1dea442 [Completion] Improved enum context handling. 13 years ago
Mike Krüger 24e26d337c [Completion] Improved enum context handling. 13 years ago
Mike Krüger c15e30de17 [NRefactory] Fixed completion bug. 13 years ago
Mike Krüger 8556833b4b Took out debug code. 13 years ago
Matt Ward 2a4d4b435c Insert space into Database Explorer name displayed in UI. 13 years ago
Matt Ward 11c36f38c5 Allow user to connect to database without using auto-discovery. 13 years ago
Mike Krüger eaad50e8be [TypeSystem] Added C# style async modifier to methods. 13 years ago
PeterForstmeier 2580df003a Remove wrong reference 13 years ago
PeterForstmeier b51c9518d3 missing Files 13 years ago
PeterForstmeier 0af5222a99 missing File 13 years ago
PeterForstmeier 3ced83921a Cleanup 13 years ago
PeterForstmeier 4882f0ded5 Cleanup 13 years ago
PeterForstmeier 8d06aeac58 Remove unused File's 13 years ago
Mike Krüger 584eb443b7 [Completion] Fixed completion bug. 13 years ago
PeterForstmeier 0a7fec6a35 AnalysisProjectOptionsPanelXaml 13 years ago
Matt Ward 859d3ab9a0 Fix EF Add-Migrations not adding migration designer files as dependencies. 13 years ago
Matt Ward ebbd829bdd Fix EntityFramework Add-Migration failing to add file to project. 13 years ago
Matt Ward a11658efa2 Implement EnvDTE.SolutionBuild.BuildProject 13 years ago
Mike Krüger 0a95901c43 The parser is now able to emit new lines in the AST. However the output visitor needs to be adjusted. (otherwise too many new lines may be inserted) 13 years ago
Mike Krüger 64e0edd04b Revert "Fixed duplicate type issue." 13 years ago
Mike Krüger b99b871ccb Fixed duplicate type issue. 13 years ago
Matt Ward db529dc711 Implement EnvDTE.ProjectItems.Kind 13 years ago
PeterForstmeier 723dda52e7 AnalysisProjectOptionsTreeNodes.cs check/uncheck 13 years ago
Matt Ward 08b85bb7ec Implement EnvDTE.CodeModel.Language 13 years ago
Mike Krüger 5f00fe3a45 [Completion] Better guarding against duplicate types. 13 years ago
Mike Krüger 354582cc5e [Completion] Don't insert ';' in delegate handlers created as 13 years ago
Mike Krüger 9243fad286 [CodeAction] Fixed bug in create overload without parameter action. 13 years ago
Matt Ward e810ff78d5 Implement EnvDTE.ProjectItem.FileCount 13 years ago
Matt Ward 2681f78212 Provide a way for the DTE to provide the IVsSolution interface. 13 years ago
Mike Krüger 5188f6968f Added test for enumeration type hinting in completion. 13 years ago
Mike Krüger 2bd3e6d904 [CodeCompletion] Fixed type hints for enumerations. 13 years ago
Mike Krüger 08ee807d18 [CodeAction] Fixed bug in create field/property action. 13 years ago
Mike Krüger e1760a55d0 [CodeAction] Fixed bug in create property code action. 13 years ago
Mike Krüger b1a5ccffb1 [CodeAction] Fixed bug in create field/property action. 13 years ago
Matt Ward ea9b39b01f Implement Get-VSComponentModel cmdlet and IVsPackageInstallerServices. 13 years ago
Matt Ward 9eceb221b7 Fix methods on wrong class in code coverage results window. 13 years ago
erikkallen c615c9f730 Make 'await' resolve as in the C# 5.0 language specification. 13 years ago
Matt Ward 9facfbe8bf Display code coverage results when solution opened. 13 years ago
Matt Ward 28d9289116 Fix unhandled exception if code coverage results file does not exist. 13 years ago
Matt Ward fe5802bc61 Fix compilation warnings in code coverage addin. 13 years ago
Matt Ward 04c483a83a Fix Get-Package NuGet cmdlet not finding projects. 13 years ago