Roland Leth
Roland Leth
This would be pretty awesome :D edit: Here's a temporary approach: ``` NSString *variable = [[self string] substringWithRange:newRange]; if ([variable isEqualToString:@"false"] || [variable isEqualToString:@"NO"] || [variable isEqualToString:@"break"] || [variable isEqualToString:@"defer"])...
While Nova isn't _that_ popular yet and it has missing features here and there, they do have a rather frequent update schedule, and they do address user feedback. I can't...
Hey, thanks for the issue! Not sure when I'll have time in the near future, but a PR is welcome!
Thanks for sharing the article! Hmm, is there any way to test the package before merging? Can I add it to a project by entering the URL of your `dev`...
Cool, I'll give it a go today, thanks!
Hey! Very sorry for the long delay, but I managed to give it a go today. I added the package to a Swift project and everything works, except localization. Maybe...
@PuerkitoBio I know this is not the place to ask, but I didn't manage to find the required info anywhere :( Any idea how to build the sourcekitd-repl / sourcekit...
@vknabel Awesome, thanks a lot! 🎉
@jinmingjian Oooh, that's great news! I already started building it, but I'll probably just delete everything after you release an update. Thanks!
I know the pain of maintaining an open source library and I'd love to help, but I have zero experience with VSC extensions. Will try to have a look over...