1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 09, 2025 — Jul 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ScopedObjectVisitor: When resolving scoped syntax regions, prefer to resolve a NewExpression in than its qualifier/typedecl part. More... about 6 years ago
DResolver: Moved GetScopedCodeObject() method to ScopedObjectVisitor.cs More... about 6 years ago
CompletionTests: Move test utils to dedicated classes More... about 6 years ago
travis: use dotnet build More... about 6 years ago
try travis yml fix once more More... about 6 years ago
use nunit again. More... about 6 years ago
Migrated all tests to MSTest. Finally unified all kinds of InstanceOf-Tests :) More... about 6 years ago
travis.yml: adapt output path to netstandard2.0 More... about 6 years ago
In Tests.csproj, also reference netstandard2.0 More... about 6 years ago
restore new DParser2.csproj format, but target netstandard2.0 instead to some backward compatibility. More... about 6 years ago
don't use [^1] syntax yet, use Last() instead More... about 6 years ago
Merge pull request #226 from rainers/abothe More... about 6 years ago
Code Completion: Suggest variable names for regular non-auto variables. Might speed typing up a bit. More... about 6 years ago
TestCompletionDataGen: renamed properties. fewer null-cases in general. More... about 6 years ago
more c# syntax sugar More... about 6 years ago
CodeCompletion: Support continuing an already begun method argument identifier by making it a suggested Selection More... about 6 years ago
CodeCompletion: Have very basic method parameter type suggestion More... about 6 years ago
more c# syntax sugar More... about 6 years ago
fix build, restore some legacy constructs More... about 6 years ago
Merge branch 'is_module' into abothe More... about 6 years ago
Merge branch 'master' of https://github.com/abothe/D_Parser into abothe More... about 6 years ago
parse is(T==module/package) More... about 6 years ago
Syntax sugar + a dispose-fix More... about 6 years ago
CodeCompletion: Show completion on partly typed property identifiers. Use SetSuggestedItem() for setting which completion items shall be pre-selected. More... about 6 years ago
ICompletionDataGenerator.cs: Documentation for SetSuggestedItem More... about 6 years ago
bump nunit-console used version More... about 6 years ago
adapt travis.yml to use latest output folder structure More... about 6 years ago
Upgraded other Test projects to new project format as well. More... about 6 years ago
CompletionTests.cs: Make it easier to set a virtual caret position by using the ยง sign in the dummy code. Not sure why I didn't do this back 8 years ago. More... about 6 years ago
Switch back to netcoreapp3.0 due to missing travis-ci support for 3.1 More... about 6 years ago