what is the meaning of the gap between the lines?

I don’t know for any reason, but when I use “composer,” It is set to “must” enter between the suggested line of code and line. This isn’t too much of a problem, but sometimes when I copy and put it in myself, the enter goes in, which makes me uncomfortable. Is there an option to set this up? Or I’m wondering if anyone has experienced the same problem as me. (I don’t think I’ve ever seen anyone tell this story, even if I look it up.)

If I understand it correctly, the composer is suggesting adding new lines between your code.

This is likely either linting, or a stylistic choice that Composer is making.

Assuming it’s not linting and you want to remove said functionality, add something like this to your Rules for AI:

Remember: do not add new lines between JavaScript array objects.

If it’s a linting issue, you might want to review the linting configuration (e.g., .eslintrc or .prettierrc ) to adjust the rules related to array formatting.

1 Like

This is a bug unfortunately that we are still investigating. Will hopefully have a fix soon!