Skip to content

Intellisense problem typing unknown File class #1255

@hpetriffer

Description

@hpetriffer

If you write "File." (unknown class here because there is no using for System.IO) in the following example, you get the following results for intellisense
image

Pressing ESC and the CTRL+ SPACE there are the following results
image

The strange thing here is that I get suggenstions, that are not in this solution (and also not in the folder of the solutions, not in included assemblies and also not in assemblies from the GAC). It seems that it displays results from other open Visual Studio instances.

In the first case, selecting e.g. CompareTo and then "Go to definition" the result is:
image

XSharpTests.zip

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions