dotnet/roslyn
Cannot "Go To Definition" of a type keyword if you are within that type in decompilation
Ouverte
#25 301 ouverte le 7 mars 2018
Area-IDEBughelp wanted
Métriques du dépôt
- Stars
- (20 414 étoiles)
- Métriques de merge PR
- (Merge moyen 6j 17h) (256 PRs mergées en 30 j)
Description
(Turn on decompilation)
- Create Console App (.NET Framework)
- In the following, CTRL+Click
int
class Program
{
static void Main(string[] args)
{
int foo;
}
}
- When prompted say Yes to decompile
- Scroll down to
bool TryParse(string s, out int result) - try and CTRL+Click
int
Expected: To go to the top of the class to the definition Actual: It's not clickable