GithubHelp home page GithubHelp logo

Comments (7)

tgandrews avatar tgandrews commented on July 30, 2024 4

Re-reading the issue. Currently writing /** does nothing but start a comment. Only the short cut keys extract the data from the function.

Please plus 1 this if you want the enter to extract the function information from foo.

/**[Enter]
function foo(a,b) {
}

from atom-easy-jsdoc.

sookoll avatar sookoll commented on July 30, 2024 1

Same here, setting beta: true did not help. My config:

  core:
    disabledPackages: [
      "autocomplete-html"
    ]
    openEmptyEditorOnStart: false
    telemetryConsent: "no"
    titleBar: "custom"
  editor:
    fontSize: 12
    invisibles: {}
    showIndentGuide: true
    showInvisibles: true
    tabLength: 4
  "exception-reporting":
    userId: "8a33a06b-9c13-94ed-5451-9337205919c5"
  jslint:
    hideOnNoErrors: true
  welcome:
    showOnStartup: false
  "xml-formatter":
    endLineCharacter: "LF (\\n)"
  "atom-easy-jsdoc":
    beta: true

from atom-easy-jsdoc.

tgandrews avatar tgandrews commented on July 30, 2024

Thanks for the report. I can replicate the issue when not in beta mode. Please enable beta mode in the settings.

The beta version will replace the current implementation soon so would be good if you do have problems with it. It has pretty decent test coverage and uses an AST instead of regexes so should be more reliable.

from atom-easy-jsdoc.

tgandrews avatar tgandrews commented on July 30, 2024

I may be missing something here. Here is what I'm trying to recreate it.
working

from atom-easy-jsdoc.

sookoll avatar sookoll commented on July 30, 2024

I Also notice that in my case, even shortcuts do not create comment block (Mac OS), so it might related with that also (in mac, is it ctrl+shift+d or cmd+shift+d?).

edit: pardon, my bad. Needed to rebuild package. Now shortcut works, but autocomplete still not.

from atom-easy-jsdoc.

tgandrews avatar tgandrews commented on July 30, 2024

Reopening to add this feature.

from atom-easy-jsdoc.

brettz9 avatar brettz9 commented on July 30, 2024

FWIW, one can get some autocomplete behavior with https://atom.io/packages/docblockr (though it adds more info, based on what is below)

from atom-easy-jsdoc.

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.