-
Notifications
You must be signed in to change notification settings - Fork 0
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
No outline available on macOS #6
Comments
Could you open the console and turn on the debug mode |
Below are the results. If I am looking at this right, when I go to
|
Do you see the same error? The log looks fine. |
yes, same error and it doesn't seem to matter if I do an empty R file or existing one. |
But the log doesn’t show the error!? |
This is interesting.... even though there is nothing coming up in the outline, I can actually hover over the functions and I do get the functions descriptions from R. So, is there something wrong where languageserver is not talking to atom outline? |
Would it be a problem of |
Is there a way to debug this? |
Check this thread facebookarchive/atom-ide-ui#177 |
Having the same issue. Atom-ide-u can't be it since it works with the python ide package. Any suggestions? |
It is still working fine on my mac. |
Are you using our companion grammar? |
Yes, I am and it is up to date. A bit more context: |
I have removed the unimplemeted providers, check to see if v0.1.8 fixes it. |
Did you install |
Yes, both are installed. |
Maybe related to facebookarchive/atom-ide-ui#263 I guess disabling outline-view is an option for now. |
I finally get to understand it (I am not a regular Atom user at all). The outline view is expected to be not available. We have to implement it as described in https://github.com/facebook-atom/atom-ide-ui/blob/master/docs/outline-view.md However, it |
Makes sense, thanks for the update. Looking at this Issue it seemed to me that the outline view was implemented. |
I was so ignorant that even didn't know what |
I got macOS with
R version 3.4.1 (2017-06-30) -- "Single Candle"
and when I open up outline on atom, it says thatI have installed both
atom-language-r
andinstall.packages("languageserver")
.Thoughts?!
The text was updated successfully, but these errors were encountered: