I’m using Emacs with C# Mode and when I turn on the speedbar, no files show up by default. I can choose ‘show all files’ on the speedbar mode, but then every .cs file shows up with a ‘[?]’ next to the name. How do I properly configure speedbar so it shows up with .cs files by default? How do I get the ‘[+]’ next to each file so I can navigate inside the file?
Share
I think ECB with CEDET is simply too bloated. I use speedbar alone with emacs and I use the original parser for C/C++. Just add this line to your .emacs and you’ll be ok:
This handles C# perfectly without a problem. Hope this helps.