Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

278
Views
How to implement JSDoc-like dynamic comments for my VS Code extension?

In VS Code, it is quite handy to use JSDoc comments when writing JavaScript code, as VS Code then provides really helpful intellisense:

JSDoc comments

I want to implement something similar for my VS Code extension, but have so far failed to understand how this is done. To provide helpful intellisense for my language extension, I have written a bunch of scripts that parse header comments above each function (during the extension build), and add the filtered data to a JSON file. Then, I use this JSON data to provide intellisense (hover tips, autocomplete, etc.).

However, this solution is not dynamic, in the sense that it does not allow the user to provide their own intellisense content by adding these header comments. The extension would have to be rebuilt for this to happen.

So, how can I implement this JSDoc-like commenting feature for my language extension?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!