Nikolay Rychkov
Nikolay Rychkov
In paragraph **from a Ceylon module containing a Verticle** module.ceylon should be: ``` ceylon module httpserververticle "1.0.0" { shared import "io.vertx.ceylon.core" "1.0.0"; shared import "io.vertx.ceylon.platform" "1.0.0"; } ``` instead of...
It would be nice to have quickfix for "Import is never used" popup.
### Description / Steps to reproduce the issue 1. Compile simple hello world application `clang -g hello.c` 2. lldb a.out 3. b main 4. run 5. n ``` (lldb) run...