If I do it in IntelliJ, it will generate into the correct place. For example - if I have my cursor in a function name, it will generate code into the function body. However in Fleet it will generate code only exactly where the cursor is, which results in generating invalid code. Worse it will also generate imports inline, rather than add them to the top of the file