Skip to content

Asking for documentation with inline chat does not result in documentation at the cursor location #282032

@rzhao271

Description

@rzhao271
  1. Create a test file:
import { lol } from './test folder/test1';

/**
 * See {@link lol}
 */
class App {
    foo() {
        const c = 'домашнее животное, одно из наиболее популярных';
        const e = 'είναι ζώο ποoυ ανήκει στην οικογένεια των';
        const d = 'biyiniao';
        return c + ' ' + d;
    }
}


const app = new App();
app.foo();
  1. Place the cursor at line 15 or right above the "const app" line.
  2. Issue /doc next two lines in inline chat.
  3. 🐛 The documentation is placed at the beginning of the file.
  4. Undo to step 1.
  5. Select lines 16 and 17.
  6. Issue /doc in inline chat.
  7. 🐛 I get asked whether I want to continue in panel chat.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions