resharper-devguide icon indicating copy to clipboard operation
resharper-devguide copied to clipboard

Developer guide for the ReSharper Platform

Results 48 resharper-devguide issues
Sort by recently updated
recently updated
newest added

Hello, Matt! Please add some info about implementing renaming refactoring. And if you have some time please help me :) For example I have enum declaration: ``` csharp public enum...

Lots of changes in Actions: - [ ] Bulk actions (see #10) - [ ] `IActionHandler` replaced by `IExecutableAction` - [ ] Action IDs - [ ] `IActionRequirement` - [...

Can you document what `group-id` values are available for `actions.xml` files. I've been able to figure out `VS#Project`, `VS#Folder` and `VS#Item` for the solution explorer. What are some of the...

- [ ] Add to What's New page - [ ] Full documentation

`ProcessChildren` method removed and replaced with `TreeNodeExtensions.ThisAndDescendants` and friends. For perf reasons.

`UnitTestingQuickDocPresenter` allows unit test providers to contribute to quick docs for unit test elements by implementing `IUnitTestQuickDocContributor`. Only implemented by nunit provider to show nunit's `DescriptionAttribute` as part of documentation.

It's currently just a set of notes for me, rather than something useful...

If an extension uses MEF, how does it get loaded by standalone hosts?

Implement `ISearchablePage`, or derive from `SimpleOptionsPage`. Highlighting is provided automatically by setting the attached property `SearchablePageBehavior.SearchFilter="True"` to the root of the page, and setting the page's `DataContext` to the implementation...

Decorate or replace `IPsiSourceFileProperties` to e.g. disable code model or building of PSIs. Also, document `IProjectPsiModuleProviderFilter` and `IPsiModuleDecorator` which allow for replacing/decorating the whole of `IProjectPsiModuleHandler` or just decorating module...