Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am nevett on github.
  • I am nevett (https://keybase.io/nevett) on keybase.
  • I have a public key ASAlsWOdJ8vguJB7Xi64qgLocyOvK9t4Z9RnhMu5NCFhKAo To claim this, I am signing this object:
{
  "body": {
    "key": {
@Nevett
Nevett / gist:4f2aee05ceb05cea49e51c6e43aa06cb
Created August 14, 2017 13:23
Resharper find usages -> usable list
$('.i4').map(function(){
var fn = $(this).next().text() + $(this).next().next().text();
var ps = $(this).parents('ul').map(function(){ return $(this).children('li:first').children('span:first').text() }).get().reverse().splice(2).join('\\');
return ps + '\\' + fn;
}).get().join('\n');