I’ve tried to use Fleet for the second time and fa...
# fleet
e
I’ve tried to use Fleet for the second time and failed again. Let me write a meaningful feedback with tomorrow try.
same 2
a
Sorry to hear you had problems. Would you please share what were the issues you had? Thank you.
e
Sorry people, I didn't keep my promises - I completed two last days just with IDEA
I will give Fleet a try tomorrow
🙌 1
Oke, I’ve tried and have feedback. This time, it was pretty doable. Pre: I’m long IDEA user and still haven’t adopted Mac Shortcuts, so I changed to IDEA shortcuts in Fleet. Feedback
Copy code
1. Hotkey for the line deletion
2. Hotkey to select under the cursor is probably different
3. `(nonMappedRange + mappedRange) as List<LongRange>)` - was not able to put the starting `(`. It was always reduced by IDE.
a
Thanks!
Copy code
1. Hotkey for the line deletion
Could you clarify, what about it? I see same shortcut (Cmd/Ctrl+Del) in InteliJ and in Fleet.
Copy code
2. Hotkey to select under the cursor is probably different
Do you mean
Extend Selection
action?
Copy code
3. `(nonMappedRange + mappedRange) as List<LongRange>)` - was not able to put the starting `(`. It was always reduced by IDE.
Do you mean you could not insert two parens before
nonMappedRange
variable?
e
CMD+Y
is my finger’s memory for 1
I meant
CMD+W
in 2
I was not able to insert
(
before
(nonMappedRange)
for 3
a
1. and 2. I see. You are using IDEA Classic keymap. It was not bundled indeed. Please vote for: FL-15787 I hope, after plugins release for Fleet such a plugin will be created.
I was not able to insert
(
before
(nonMappedRange)
for 3
Is it Kotlin? Cannot reproduce, unfortunately. I’m able to insert paren there.. It it possible to get some reproducible excerpt?
e
It is Kotlin and it was part in some complex chain of the collection mapnipulation
I was trying to sum
List<LongRange>
with
LongRange
And surprisingly found later that it was producing
List<Any>
. Which correct but not expected from me.
Did My Day06 completely in Fleet
🔥 1
🙌 1