David Ferrari

Results 10 comments of David Ferrari

Sorry for my poorly described description, actually is Neovim I'm using. I'm go to declaration doesn't work giving an error "method textDocument/declaration is not supported by any of the servers...

I can invoke textDocument/definition, but like I said it goes to my interfaces, like suppose I have a method called: DoSomething() And it's defined at IService.cs, so when I use...

I guess this test pass because it is in the same project and in the same file, in my setup was trying to go in classes and interfaces defined in...

> I also have this problem, is anyone have a solution? Maybe not what you @416207298 are looking for, but I just don't use vim anymore, I guess some month's...

When I finally got some time to try this again, the error just doesn't happen anymore, still can't go to metadata though but this is another subject.

I think it is possible to fix this with not that much of an effort, if I get some free time I will try to do it.

I cannot get this info right now, I'm a little out of time today, but matter of fact I did a "thing" and now it works but it's ugly and...

Sorry for the long delay, I was busy. Yes I actually can tell you that if you just create a console application with ```dotnet new console -o test``` that will...

Since is not a private code I will submit it here to fast testing with the actual environment, it's a tutorial code. ```clojure (ns hospital.aula6 (:use [clojure pprint]) (:require [hospital.model...

I'm trying to see the "Tentando adicionar pessoa". I did try to use the command you mentioned, nothing different happened, the output still get's "ignored" like you said it's running...