Is there a way to tell ReSharper to use String and Int64 type names when a field or method is used for type (' static -ally'), but String and long for initialization variable?
String
Int64
static
long
Examples:
string name = "@user"; // but int compResult = String.Compare(a, b, ...); long x = 0; // but long x = Int64.Parse(s);
There is currently no ReSharper option to prefer String over String .
The same question was recently asked by his community .
Source: https://habr.com/ru/post/915578/More articles:https://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/915573/using-fseekfwrite-from-multiple-processes-to-write-to-different-areas-of-a-file&usg=ALkJrhh3z_HlnC3etJlkmq6iWvj-uYQ3sACalling an object of class System.Delegate in C # - c #Sequence analysis analysis, how would you calculate the funnel? - javajquery parse string - jqueryHaskell framework for parallelizing non-threaded C ++ lib - concurrencyHow to resume an action when called from an intent - androidlink directly to the review page on the App Store by name, not ID - iosIncrease property tree value when converting to Unicode - c ++WPML> Subcategory Pages Generate 404 Ember.js: check if a viewer is inserted in the DOM - ember.jsAll Articles