Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

ide-csharp not working in win10 atom1.54.0 #28

@eoiles

Description

@eoiles

i have reset my atom to Factory Defaults by doing
rename .atom .atom-backup

then i install 2 packages atom-ide-base and ide-csharp and all their dependencies.
after that the atom prompts:

linter-ui-default needs to install dependencies
intentions
Install dependency?
i clicked yes. but it is not actually downloading.
so i searched this intentions package and downloaded it.

i get following advices from here:
steelbrain/linter-ui-default#628 (comment)

so i closed the atom and go to C:\Users\stary.atom\packages\ide-csharp\package.json and changed to
"atom-languageclient": "^1",
"omnisharp-client": "^7"
again.
run C:\Users\stary.atom\packages\ide-csharp> apm install
Installing modules done
again.
then i start the atom opened a file c.cs which content is:

namespace HelloWorld
{
class Hello {
static void Main(string[] args)
{
System.Console.WriteLine("Hello World!");
}}}}
1
2;.'.'2+3fwe
213}}}

still, no error or warning, no outlines, nothing is working.
i checked the package list again:

atom-ide-base
atom-ide-datatip
atom-ide-definitions
aton-ide-hyperclick
atom-idemarkdown-service
atom-ide-outline
atom-ide-signiture-help
busy-signal
ide-csharp
linter
linter-ui-default
intentions

the intentions is still disabled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions