I use a Vim Plugin Manager called Vundle to install and update all my Vim plugins.
When developing a new plugin with Vim, it is useful to be able to develop locally, test the changes in Vim and be able to push the changes to a Git repository.
I use a Vim Plugin Manager called Vundle to install and update all my Vim plugins.
When developing a new plugin with Vim, it is useful to be able to develop locally, test the changes in Vim and be able to push the changes to a Git repository.
The following documents how to inspect pdb symbols and metadata with the dotnet core metadata visualizer, which is part of the metadata-tools. I’m running this for a sample app I wrote for debugging in SOS, called test_debug
. The source for it is available in my dotnet-sos testing repo.
The following is based on the docker images and dotnet core application located at the repository here
I had a problem on a new MacBook.
I was trying to get C# working in Vim. I found a package online called omnisharp-vim and decided to give it a go.