qvacua / macvim-for-old-vimr

MacVimFramework — Framework version of MacVim
http://taewon.de
43 stars 2 forks source link

Xcode plugin #11

Open supermarin opened 9 years ago

supermarin commented 9 years ago

How realistic would it be to make MacVim work inside Xcode and replace it's own editor?

keith commented 9 years ago

+1. This would be interesting but I feel like, since you'd lose completion, it wouldn't be super useful. At that point it would probably be easier just to use vim normally and jump back to Xcode for running/testing.

supermarin commented 9 years ago

@Keithbsmiley you think it wouldn't be possible to hook into SourceKit and get completion / linting wired up?

supermarin commented 9 years ago

This sounds like a Boris job cc/ @neonichu

keith commented 9 years ago

I keep hoping that functionality will be added to sourcekitten no luck yet.

neonichu commented 9 years ago

SourceKit is Swift only as well

supermarin commented 9 years ago

Doesn't matter, we're hipsters

qvacua commented 9 years ago

I guess this will be quite difficult. First, I don't know the plugin infrastructure of Xcode; is there any?