Gontran Baerts

Results 6 issues of Gontran Baerts

**Is your feature request related to a problem? Please describe.** DoGe is great to generate the docblock for a function that doesn't have already one. But when the signature of...

feature
help wanted

It seems that just creating a new reference to a tree node is enough for `getRefsResolvingTo()` to return a Set with one Ref pointing to this tree node. My question...

❔ question

**Describe the bug** When setting the buffers builtin section to sort buffers by name, buffers are not correctly alphabetically sorted.

bug

**Is your feature request related to a problem? Please describe.** I would like to use my own bindings for builtin sections. **Describe the solution you'd like** Add a `bindings` option...

enhancement

Hello, Given this code sample: ```javascript import { Model } from "objectmodel" const classSchema = { id: String, lastName: [String], firstName: [String] } const defaultValues = { lastName: "a" }...

Hello, With the following code: ```js myContainer.get(myToken) ``` is there a useful way in VSCode to navigate directly to the implementation of `myToken`? I think to something similar to `Ctrl...