Giter Site home page Giter Site logo

Comments (4)

jeremyvii avatar jeremyvii commented on May 20, 2024

Hey, thanks for using the extension. The problem is that docblocks are generated based on the current language ID of the language being used. It may be as easy as assigning TypeScript to the Vue language ID, but I am unsure of what side effects this may have.

It would be a nice enhancement!

from vs-docblockr.

jonny7 avatar jonny7 commented on May 20, 2024

Yeah, I know it's not necessarily that easy. SonarQube have had the ability to ready typescript within .vue files on their list of features for a while now. I'm just putting in a .ts file for the moment and importing into the .vue file, so doc block and sonar works. So that's cool :)

from vs-docblockr.

jeremyvii avatar jeremyvii commented on May 20, 2024

It might be a bit before I can look into this. If you're interesting in attempting to implement this you can try to add the TypeScript parser for the Vue language here.

This file, extension.ts, loads the parser for the language ID.

  const langList = {
    java: Java,
    javascript: JavaScript,
    php: PHP,
    scss: Scss,
    typescript: TypeScript,
  };

The package.json activates the language.

Then it would just need to be tested to see if the various snippets in the tests, work in the Vue language.

from vs-docblockr.

jeremyvii avatar jeremyvii commented on May 20, 2024

TypeScript support in Vue.js will be released in 0.6.0.

from vs-docblockr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.