python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
In JSDoc, how to apply param type as bunch of strings from a constant array of objects string property?
Let's say I have an object like this;
const typesOfIceCreams = [
{id: "CHOCOLATE", price: 0.49, rating: 4.5},
{id: "CHERRY", price: 0.54, rating: 4.3},
{id: "LEMON", p...

GreyGoat93
Votes: 0
Answers: 1
Vscode tooltips colors syntax of rendering documentation instead of the monotonous white syntactic
I'm looking for a Vscode extension that can add better colors syntax for rendering documentation instead of the monotonous white syntactic !
Has anyone already found this and could share a link with m...

jon
Votes: 0
Answers: 0
VSCode is not displaying the JSDoc define within an imported JS Class
I am having a problem in vscode where I can not see the defined jsdocs in a js class when importing that class in another js file. Not when hovering or using the vscode shortcuts.
./src/person/index....

Farooq Alaulddin
Votes: 0
Answers: 1
how to add nuxt plugins to vs-code jsDoc type checkings?
when using plugins in nuxt , we can access them in components and store using this
export default {
methods:{
myMethod(){
return this.$myNuxtPlugin.doThings()
}
}
to check types ...

Babak Karimi Asl
Votes: 0
Answers: 0