Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.29 KB

.NET Core for NetBeans (Project: Goliath (WORK IN PROGRESS)

Knowing Problems

It is not possible to find a full featured grammar file for C#. So for this, I need to rethink of other implementations. Maybe OmniSharp could be an alternative or, what makes more sense is to use LSP for C#. So if anyone else has other ideas or can contribute, it will be great.

See this tickets for more information:


Brings .NET Core with C# support to netbeans (Create projects, Open Projects, Syntax highlighting, etc.)

David vs Goliath

opened wpf project in netbeans

Features

  1. Open a Solution (.sln) created from Visual Studio
  2. Create a C# Project with Netbeans (Added new project type)
  3. Opens the project with all files
  4. New filetypes where added (.cs, .config)
  5. List of resources are available as nodes in the project view
  6. Basic Syntax Highlighting for .cs files
  7. Braces matching
  8. Reformat code

If you find some bugs please report it.