We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet --info output: 1.0.0-preview2-003121 VS Code version: 1.4.0 C# Extension version: 1.3.0
dotnet --info
using System; namespace ConsoleApplication { public class Program { ///<summary> ///<paramref name="args" /> test ///</summary> public static void Main(string[] args) { Console.WriteLine("Hello World!"); } } }
Main
The text was updated successfully, but these errors were encountered:
This has been fixed in OmniSharp (thanks @filipw) and the fix will appear in a future release of the C# extension.
Sorry, something went wrong.
I've created a v1.6-beta2 release of the C# extension that contains this fix, among others. See this page for information on installing beta releases
filipw
No branches or pull requests
Environment data
dotnet --info
output: 1.0.0-preview2-003121VS Code version: 1.4.0
C# Extension version: 1.3.0
Steps to reproduce
Main
Function name, and IntelliSense will be displayed.Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: