resharper
Here are 74 public repositories matching this topic...
There're probably quite a few questions on StackOverflow about formatting in console, tables, colors and word wrap. Find them and help people find the one and only correct solution.
And don't copy-paste answers like the last time. Don't be that stupid, you dirty rep whore. You have 25K rep, it's time to pretend you have brains.
Currently we have code vision for top level let-bindings, members and let-binding directly inside a module.
If we could extend the current behaviour to also show type information for local let-bindings that would be amazing imo.
If we just use the same presentation for local let-bindings as top-level ones, this should be a relatively low-hanging fruit now that the ground work is done?
Thi
-
Updated
Apr 18, 2020 - C#
The documentation for directive elements and attributes should come from the directive. It's currently a hard coded list.
But, what value should it be? If the directive is declared with @ngdoc, then we could use some of the documentation, but would need to truncate it. What if there is no @ngdoc?
-
Updated
Apr 21, 2020 - C#
-
Updated
Apr 23, 2020 - C#
-
Updated
Aug 30, 2017 - C#
-
Updated
May 20, 2020 - Java
-
Updated
Jun 8, 2020
-
Updated
Apr 23, 2020 - Batchfile
-
Updated
Nov 13, 2018 - F#
-
Updated
May 1, 2020 - Ruby
-
Updated
May 13, 2020 - C#
-
Updated
Jun 9, 2020 - C#
-
Updated
Apr 6, 2020 - C#
Please tune the Annotate with ... quick actions to look like embedded annotation actions:
- Change text to not contain
Annotate with...prefix. - Change anchor to have the same position as default annotation actions.
Currently, they are placed in wrong place and that pollutes the user experience.
-
Updated
Apr 23, 2020 - C#
-
Updated
Dec 23, 2019 - C#
Hello!
I just found out about this plugin, but one question...
Currently using Rider 2018.1.
When I select the light bulb or alt + enter, I get 2 options with the same name and that perform the same action (at least how I see it). Is it normal??
<img width="256" alt="screen shot 2018-04-25 at 2 42 41 pm" src="https://user-images.githubusercontent.com/1348327/39226670-39b67cf6-4897-11e8
-
Updated
May 15, 2019 - C#
-
Updated
Nov 27, 2018 - C#
The xUnit.net test class template should also exist as a file template.
It should look like this:
$HEADER$namespace $NAMESPACE$
{
public class $CLASSNAME$
{
[Xunit.FactAttribute]
public void $Function$()
{
$END$
}
}
}
Settings
description: &xUnit.net test class
type: File
reformat: True
shortenReferences: True
categories: xunit
scopes: in c# p
-
Updated
Nov 18, 2019 - PowerShell
-
Updated
May 25, 2020 - C#
Improve this page
Add a description, image, and links to the resharper topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the resharper topic, visit your repo's landing page and select "manage topics."
The
ContextMenuItemAttributetype includes afunctionparameter that is a string literal referencing a function name on the current type.Add a reference to the method:
nameof