Horacio Sanson

Results 110 comments of Horacio Sanson

I got a simple (and ugly) work around to the issue. In the onDismiss callback I create a new cursor with the list data but that excludes the item being...

Thanks for the interest but I do not have way to accept donations. Just keep the feedback and bugs comming so I can keep improving the plugin. Also thanks for...

My vim config is here: https://github.com/hsanson/dotvim I install eclipselsp directly from source, see instructions on my init.vim file.

Difficult to know what may be wrong in your case. Since you use vim8.2 try adding this to your config: ``` call ch_logfile(expand('/tmp/chlogfile.log'), 'w') ``` Then inspect the chlogfile.log file...

@liuwei031015 sorry about that... pasted the wrong output. For eclipselsp you should see these lines in ALEInfo output: ``` (executable check - success) java (finished - exit code 0) ['/bin/bash',...

I am unable to see the problem. Please post the full ALEInfo here. There is no need to change anything in ALE or vim-android for them to work together.

Well that is interesting.... that is indeed wrong. Strange thing is I did many more tests and auto-completion works no matter if the linter is set to eclipselsp or javalsp....

That is interesting... I have never used GradleGenClassPathFile and my projects do not have .classpath files in their roots. Need to investigate more. Can you provide more details on you...

@liuwei031015 you are aboslutely right... eclipselsp does not work without the .classpath file. I had it inside the app/ folder as you mentioned. Will create an issue to update docs...

Made classpath generation automatic for Android projects. This should help make things just work out of the box. Manipulation of the .classpath file could be improved but that is work...