Sublime Forum

3129 Build Go To Definition Broken for C#

#1

About 85% of the time when attempting to Go To Definition in C# files the definition is not found. I can use Go To Anything, search for the filename, and then open the file.

0 Likes

#2

Please report it at https://github.com/sublimehq/Packages along with some example code snippets where it doesn’t work

0 Likes

#3

looking at the symbol list for the main C# syntax test file, it seems like classes don’t appear in Goto Definition at all, and methods appear without the return type details

it looks like it was accidentally broken here, where the scopes in the syntax definition were improved but the symbol list was forgotten about:

0 Likes