Kurt Werle

Results 48 issues of Kurt Werle

class Foo def method_one; end end class Foo def method_two; end end foo.method - should get one & two

enhancement

It is there to stick data for me to use. File location. Relevance. etc.

enhancement

note to self: insertTextFormat: Snippet That is, if you insert a method that takes args foo(bar: ) then thing.foo should include the params.

enhancement

Install gems and then parse their code.

enhancement

The AST results look yummy!

enhancement

If we're sure about the context then we should say we're sure about what the method/variable is. If we have a lock on the context. Or if it's an @ivar...

enhancement

Specifically, it doesn't seem to recognize contexts foo.som... should see all the som... methods from the Foo class. And not much else.

enhancement

When all is said and done, this was cookie cutter simple. You could get more creative in setting version numbers and stuff like that, but if all you want is...

While brakeman amd does work on my shiny new mbp, it's less than optimal. Building x-platform images is pretty easy. I'm willing to contribute effort to get this done.

#325 This provides a dockerfile to build the client. It'd be super handy to have a standard image on docker hub for this. https://docs.github.com/en/packages/guides/connecting-a-repository-to-a-container-image I'm happy to help if you...