- 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();
- Place the cursor at line 15 or right above the "const app" line.
- Issue
/doc next two lines in inline chat.
- 🐛 The documentation is placed at the beginning of the file.
- Undo to step 1.
- Select lines 16 and 17.
- Issue
/doc in inline chat.
- 🐛 I get asked whether I want to continue in panel chat.