Chat window can not recognize the correct line number

The chat window cannot correctly know the line number position, so an incorrect response is given.

Sometimes, we need to edit code in the specified location or explain the code at the specified location. If line numbers are used to represent the location, the chat window cannot correctly identify it.

so can you fix this bug?

or add a new feature like:

@line

the usage case like:

can you explain this code at @line 25-30

add a div tag at @line 15

Or, is there any alternative way to point out ‘specify a certain location’?

Highlight the section you want, click on “add to chat”, then ask your question. The full file will be sent as context, and it will know which part you are referring to.

1 Like

ok, that’s right, but it is still a bug. :sob:

your method worked, thx.