Code Monkey home page Code Monkey logo

Comments (6)

MoritzKn avatar MoritzKn commented on July 23, 2024

The package is not reeeally maintained anymore but what you are describing should really still work. Perhaps another keymapping is overriding the command. Try executing docblockr:parse-enter via the command pallet. There is also a kind of keybinding debugger...

from docblockr.

MaxJohnson avatar MaxJohnson commented on July 23, 2024

Ah, thanks for the reply. Yes, I did use the keybinding debugger and the command pallet was how I was triggering. Even overriding in the config didn't help... I don't know how to make packages, but I suspect this isn't triggering correctly after some kind of update?
docblockr-worker.js:
if(self.validate_request({scope:'comment.line.double-slash'}))

from docblockr.

MoritzKn avatar MoritzKn commented on July 23, 2024

Can you describe you desired/expected behavior again?

from docblockr.

MaxJohnson avatar MaxJohnson commented on July 23, 2024

Same as described in the documentation... single or multiline : https://github.com/nikhilkalige/docblockr#multiline-comment-decoration

  1. type in a comment
  2. ctrl-shift-P to bring up the command pallet
  3. select Docblockr:Decorate (or Docblockr:Decorate Multiline)
// Foo bar baz<<Docblockr:Decorate>>

-- becomes

/////////////////
// Foo bar baz //
/////////////////

Which used to work but does not anymore. For me, at least. If I knew more about how Atom packages work maybe I could make a branch and try to fix it but I'm totally unfamiliar with that whole ecosystem.

from docblockr.

MoritzKn avatar MoritzKn commented on July 23, 2024

Ok yeah. For some reason, the parse-enter put me on the wrong track.
Seems like this feature is somehow broken... If you're really interested in fixing this yourself, check the atom manual it documents the internals quite well. If you are familiar with webdevlopment, it should be easy to pick up. The code of this package is kinda dated though ^^

from docblockr.

MoritzKn avatar MoritzKn commented on July 23, 2024

Seems like this was fixed by @fluvf and now released with 0.14.0

from 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.