Skip to content

Instantly share code, notes, and snippets.

@Nevett
Created August 14, 2017 13:23
Show Gist options
  • Save Nevett/4f2aee05ceb05cea49e51c6e43aa06cb to your computer and use it in GitHub Desktop.
Save Nevett/4f2aee05ceb05cea49e51c6e43aa06cb to your computer and use it in GitHub Desktop.
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');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment