The biggest thing for me in OOP is the object.method()
syntax. The feedback you get from the lsp when hitting the .
is my biggest wish in julia.
This doesn’t need to even be a .
, just some piping syntax that the lsp could use to then do a methodswith() call that would be filtered by package, so I could see most relevant methods would be amazing. Calling methodswith myself does not compare.