This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 203359 - Add C# support
Summary: Add C# support
Status: CLOSED INVALID
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: issues@third-party
URL:
Keywords:
: 250227 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-10-08 13:03 UTC by prodoc
Modified: 2020-07-05 10:49 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description prodoc 2011-10-08 13:03:57 UTC
Hi,

It would be great to see C# support in Netbeans. I tried MonoDevelop due to the lack of support in Netbeans but once you are used to Netbeans everything else is just a pain to use. MonoDevelop is buggy and incomplete.

Is there any chance C# support will be added?
Comment 1 Christian Lenz 2016-11-07 14:36:57 UTC
*** Bug 250227 has been marked as a duplicate of this bug. ***
Comment 2 Christian Lenz 2016-11-07 14:38:32 UTC
Im working on it, please see here and test it: https://github.com/Chris2011/CSharp-for-netbeans
Comment 3 Eugen 2017-08-11 13:18:39 UTC
(In reply to ChrisLE from comment #2)
> Im working on it, please see here and test it:
> https://github.com/Chris2011/CSharp-for-netbeans

Hi, ChrisLE! I would like to test and use your dicision from https://github.com/Chris2011/CSharp-for-netbeans. But I am not so experienced how to begin to use it.
Could you please get to me some step by step instructions to begin (or may be some link to some example).

Thanks in advance!
Comment 4 Christian Lenz 2017-08-11 13:26:11 UTC
So far it is not recommended to use it. But sure, I will create a release 0.0.0.5 and you can download the nbm file.

You can create a project which is only usable in NB so far.
You can create a VS project and open in NB.
Syntax Highlighting was added with ANTLR instead of JavaCC.

So there is nothing more, you can't use the project from NB for VS yet, no code completion and some problems with the lexer.

But sure you can do what you want. Create tickets for bugs, feature enhancements etc. I will write you later if 0.0.0.5 is ready.
Comment 5 Christian Lenz 2017-08-11 13:46:55 UTC
(In reply to Eugen from comment #3)
> (In reply to ChrisLE from comment #2)
> > Im working on it, please see here and test it:
> > https://github.com/Chris2011/CSharp-for-netbeans
> 
> Hi, ChrisLE! I would like to test and use your dicision from
> https://github.com/Chris2011/CSharp-for-netbeans. But I am not so
> experienced how to begin to use it.
> Could you please get to me some step by step instructions to begin (or may
> be some link to some example).
> 
> Thanks in advance!

Here it is: https://github.com/Chris2011/CSharp-for-netbeans/releases/tag/0.0.0.5

Have fun :)
Comment 6 Christian Lenz 2020-07-05 10:47:15 UTC
Still working on it, will close it due to community plugin