Victor Shamanov
Victor Shamanov
Currently it only shows candidates in active text view Make it work with several text views.
``` swift import Foundation let x = "Hello" func test(x: String) -> String { return x + " World" } let y = te // Completion doesn't work ``` But...
Is it possible to implement inspecting symbol's type just like we do in Xcode with `⌥-click` ?
Hi Kolin, First of all, I'd like to say thanks for the plugin, really great work! But it would be really nice, if the plugin didn't override default Xcode's shortcuts,...
With "hide extra keys with external keyboard" option enabled they get hidden, as expected, but as soon as I start typing anything they appear for a moment and get hidden...
* Cover existing functionality with unit tests * Introduce a way to test that everything is registered to PresenterBuilder from tests