Ale floating windows and other tools #4017
Unanswered
nicolvgn
asked this question in
Q&A - Ask for help with problems
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First thanks for your work, Even fi I just try to setup nvim as my new IDE for now, I really enjoy it with your tool at time.
I would like to know if there is a special configuration to let other tools than ALE displaying some informations into floating window when ALE is enabled?
Let me explain my case, presentment, I'm coding C#, so I've configured ALE with OmniSharp.
I've setup ALE as linter and fixer, I would like to use such Omnisharp functions like preview documentation.
If I've got an error on a specified line, ALE is showing that error with a floating window, until here everything works as expected.
If before to solve the error I want Omnisharp documentation, ALE seems prevent that floating window to appear probably because ALE is refreshing or something like that.
I just can see less than 1 second the floating window of Omnisharp documentation appear before ALE takes back control and show me his own.
I just would like to see the OmniSharp Documentation without using ALEToggle to see it.
Do you think there is something I've could do to make it work?
I've read all the documentation of ALE and OmniSharp as well, I'm not an expert, but let me know if I misunderstood something. If you need further informations like my config file, just let me know! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions