Skip to content
#

resharper

Here are 74 public repositories matching this topic...

drhumlen
drhumlen commented Sep 22, 2019

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

bitbonk
bitbonk commented Sep 27, 2018

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

Improve this page

Add a description, image, and links to the resharper topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the resharper topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.