mattboehm / vim-unstack

Vim plugin for parsing stack traces and opening the files
286 stars 15 forks source link

Add support for C# #5

Closed mattboehm closed 11 years ago

mattboehm commented 11 years ago

Sample stack traces at https://gist.github.com/amirrajan/6426963 . One possible issue: the paths in the stack traces have backslashes escaped as . it remains to be seen whether these will have to be converted or not. If so, should this be done for all languages?