Nikita Bobko

Results 46 issues of Nikita Bobko

``` foo( arg1, bar(), arg3 ) ``` Put the cursor on `bar` and type `vIa` Expected: ``` foo( arg1, bar(), arg3 ) ``` Actual: nothing is selected

All I did is simple test: ```kotlin object Foo : Spek({ val data = listOf( listOf(2, 2, 4), listOf(2, 3, 5) ) for (row in data) { describe("${row[0]} + ${row[1]}")...

is: bug

I wish `dragon` stayed on top even when I switch workspaces

Add actions `Remove dynamically collected info for a file`, `Remove dynamically collected info for a whole project` (with warning dialog)

Example: run this with type tracker: ```ruby def foo(a); a; end bar("String") ``` Then ask type of: ```ruby bar(4) ``` It will say that type in `String` but current type...

- [ ] Information collected in dynamic can be used for completion while typing type in square brackets inside YARD comments. - [ ] This information can be used in...

``` fun main() { println((2.0..3.0).lessThanOrEquals(0.0, 1.0)) } ``` `true`, `false`, or compilation error? After (or before) this puzzler the next puzzler may be shown: ``` fun main() { println((2..3).lessThanOrEquals(0, 1))...

`ls` output to see how it looks ``` total 628K drwxr-xr-x 5 bobko bobko 4.0K Jan 2 17:35 ./ drwxr-xr-x 5 bobko bobko 4.0K Jan 2 17:35 ../ -rw-r--r-- 1...