aCute icon indicating copy to clipboard operation
aCute copied to clipboard

Eclipse aCute - C# edition in Eclipse IDE

Results 26 aCute issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to run acute on windows. I have installed the .Net core sdk v3.1.102 and eclipse v4.14. Syntax Highlighting works,but neither code completion nor assist works. Any...

I just installed everything. Eclipse IDE for Java Developers Version: 2019-12 (4.14.0) Build id: 20191212-1212 OS: Linux, v.5.3.0-26-generic, x86_64 / gtk 3.24.12, WebKit 2.26.2 Java version: 11.0.6 Dotnet --version 3.1.101...

Right-click + Format on a .cs source code file is grayed out. Is it a missing feature? Does aCute require external software to have the Format option active?

upstream-omnisharp

When trying to ctrl+Space to get code completion, nothing appears. Or If I try to cmd+Click on something like `Console.WriteLine("Hello World!");` I get the following error. > org.eclipse.jface.text > Error...

bug

I tried to reconfigure Acute with Omnisharp to integrate it with existing FSharp language server. See: https://github.com/georgewfraser/fsharp-language-server The author @georgewfraser has done a load of work. The server is already...

I have created my first .NET CORE project using Eclipse as IDE and installed acute plugin and added the .NET CORE preferences Then created a new .NET CORE project I...

I see #20, #62 and #80, which all reference being able to use `Run As > .NET project` to execute `dotnet run` I don't have that option on my imported-from-Visual-Studio...

I wanted to use an `async Main`. That requires C# 7.3. To use this, I need to [set the language version](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/configure-language-version). aCute doesn't provide a suggestion for adding `latest` to...

Debugger should allow modifying variables. A simple update of netcoredbg should be enough to allow this: https://github.com/Samsung/netcoredbg/issues/5#issuecomment-435340683

enhancement
upstream-netcoredbg