11177 Commits (ef7f6bae62b9a1231fe7ed34ec6eee35a007909e)
 

Author SHA1 Message Date
Mike Krüger 6575de9f79 [Completion] Moved the browsable check helper methods to nrefactory. 14 years ago
Simon Lindgren a747e477fe [CodeIssues] Use IsKnownType in more places. 14 years ago
Mike Krüger 8dc6911609 [Completion] Generalized browsable state method. 14 years ago
Mike Krüger bea810b157 [Completion] Recognized browsable attributes / streamlined completion 14 years ago
Mike Krüger c60e01e3f6 [Completion] Show synthetic members again. 14 years ago
Matt Ward 65f408cd4a Fix custom scaffolder using the wrong custom template filename to generate code. 14 years ago
Daniel Grunwald 3c507ab423 Implement method insight. 14 years ago
Daniel Grunwald 15f93629d5 Implemented override-completion. 14 years ago
Daniel Grunwald 5550cb7e12 Update NRefactory 14 years ago
Daniel Grunwald 56114fe865 Simplify ImplementInterfaceAction by using the TypeSystemAstBuilder. 14 years ago
PeterForstmeier e3b67bf27d StyleCop - AnalysisProjectOptions 14 years ago
Daniel Grunwald ecf6c67f8f HACK: avoid crash in multiline comments where the parser returns incorrect comment.Content 14 years ago
Simon Lindgren 264c4c17e3 [CodeIssues] Use IsKnownType to check for System.Object. 14 years ago
Daniel Grunwald 9a968de501 Introduce AstNodeCollection.AcceptVisitor() to simplify CSharpSemanticHighlighter. 14 years ago
Mansheng Yang b0e12f08e9 Merge remote-tracking branch 'upstream/master' into mansheng 14 years ago
Simon Lindgren 3ef7fd79dd Merge remote-tracking branch 'upstream/master' into simonl 14 years ago
Mansheng Yang b14db35ce2 [CodeIssue] CompareFloatWithEqualityOperatorIssue: handle double.NaN case 14 years ago
Mansheng Yang 3be1ef1bda [CodeIssue] NegativeRelationalExpressionIssue: no longer report issues for floating-point operations 14 years ago
Simon Lindgren dbdb7c74dc [CodeIssues] Handle non-object base classes in IncorrentCallTogetHashCodeIssue and CallToObjectEqualsViaBaseIssue. 14 years ago
Daniel Grunwald f877fdf87b Fix crash in semantic highlighter when highlighting a method call with explicitly provided type arguments. 14 years ago
Mansheng Yang 80d02a5b76 [CodeIssues] RedundantTypeCastIssue: use .Equals() for comparing types 14 years ago
Daniel Grunwald 519dc12eda Add IsKnownType() extension method. 14 years ago
Mike Krüger 58fea5211e [Completion] Added more synthetic member checks/added forgotton 14 years ago
Daniel Grunwald 803d9c9f92 Fixed bug in HighlightedLine.MergeWith(). 14 years ago
Mike Krüger 40ba86a9d7 [Completion] Added some synthetic member checks. 14 years ago
Simon Lindgren c954742a33 Merge remote-tracking branch 'upstream/master' into simonl 14 years ago
Simon Lindgren ecf167d3a1 [CodeIssues] Add IncorrectCalltoGetHashCodeIssue. 14 years ago
Mansheng Yang f7a0fb5fdb Merge remote-tracking branch 'upstream/master' into mansheng 14 years ago
Mansheng Yang 0cf2d3940a [CodeIssue] Renamed DoubleNegationExpressionIssue to NegativeRelationalExpressionIssue 14 years ago
Mansheng Yang 5307b168eb [CodeAction] Added JoinStringAction 14 years ago
Simon Lindgren 783a79c42a [CodeIssues] Add CallToObjectEqualsViaBaseIssue. 14 years ago
Simon Lindgren 444ecf747b [CodeIssues] Add RedundantToStringIssue. 14 years ago
Daniel Grunwald f8629c101c Fix crash when opening LoadSaveOptions. 14 years ago
Daniel Grunwald c331684f59 Remove reference to non-existent F# ambience 14 years ago
Daniel Grunwald c924cd6aef Lazy-load the debugger type system. 14 years ago
Daniel Grunwald dfaab95005 Adjust debugger test cases to new DefaultResolvedMethod.ToString() implementation. 14 years ago
Daniel Grunwald e1d7f1bf7f Show tooltips on EnhancedScrollBarTrack. 14 years ago
Daniel Grunwald a3534f250d Add INamespace.ContributingAssemblies. 14 years ago
PeterForstmeier 775356bcd4 StyleCop -> AnalysisProjectOptionsPanel 14 years ago
Daniel Grunwald 80dc644829 Enable new context actions (Create Local, Extract Field, Implement Interface). 14 years ago
Matt Ward 631faa9530 Fix EnvDTE.ProjectItems.AddFromFileCopy not adding the file to the project items directory. 14 years ago
Daniel Grunwald 6436a028bb Fixed document service retrieval. 14 years ago
Daniel Grunwald 7b43181128 Fix crash when opening editor context menu due to missing BreakpointChangeMenuBuilder 14 years ago
Matt Ward 5d0b7ed89d Fix scaffolding unit tests for controller actions. 14 years ago
Mansheng Yang 144ddcd987 [CodeIssue] Added DoubleNegationExpressionIssue 14 years ago
Mansheng Yang c71b3fa25f [CodeAction] NegateRelationalExpressionAction: improved tests 14 years ago
Mansheng Yang c9612ed85f [CodeAction] NegateRelationalExpressionAction: use CSharpUtil.NegateRelationalOperator 14 years ago
Matt Ward 30775a50a0 Implement EnvDTE.CodeFunction.Type. 14 years ago
Mansheng Yang 0b81174081 [Ast] CSharpUtil: extract negating a relational operator into a method 14 years ago
Daniel Grunwald 8b026d4e15 Script.Link() dummy implementation: return a completed task instead of null. 14 years ago