-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
Autocompletion not working #173
Comments
aCute is currently lacking maintainers. |
@EngAhmedWaleed Let me see... |
I had 3.1 (latest version), then rolled back to 2.0 and there is no change in the results ... after I've read the first error msg I mentioned before (in my second comment), it is related to lsp4e I guess the problem is there not in the core. I would appreciate any help since I really admire every plug in like this one, I might even try to at least manipulate some classes to disable this feature if there is no hope to make it work (just to stop the errors from appearing).
|
@EngAhmedWaleed Ok, currently I only have .NET Core SDK 3.0.101 and 3.1.200 installed on my machine, and it doesn't happen. I'll install SDK 2.1 now, because I need to test in v2.1 SDK too. |
A little progress: Not only the 3 errors are reduced to only one, but also the auto completion started to appear but not work (it stucks at 0%) If I make the path to the dir, I get access denied error.
|
@eriawan I'm currently trying to install a local copy of it (but still having several errors during the building process), since I hope it will give a result
Originally posted by @mickaelistria in OmniSharp/omnisharp-node-client#309 (comment) |
Trying to install a local one is a new problem I can't bother myself with :(, so eventually I gave up on trying to. New errors and new problems appear :') |
Recent updates:
That is after i assigned OMNISHARP_LANGUAGE_SERVER_COMMAND to omnisharp exe location, otherwise i get the first 3 errors again which states that Omnisharp is not found. |
No need OMNISHARP_LANGUAGE_SERVER_COMMAND variable. Contents of ".metadata\.plugins\org.eclipse.acute\omnisharp-roslyn\" need to move to "server" subfolder. Also possibe to view eclipse iteraction with LSP by turning on logs in Preferences - Language Servers - Logs |
Hello! I have a problem with autocompletion not working.
For this very simple piece of code:
I can't autocomplete anything. Also I don't get any errors if I mistype anything.
Dotnet path: "C:\Program Files\dotnet\dotnet.exe". Gives command version: 2.1.700
Eclipse .log file with exceptions: https://pastebin.com/tpQQ0Bw6
Screenshot of omnisharp directory:
The text was updated successfully, but these errors were encountered: