GithubHelp home page GithubHelp logo

Cannot autoflow JSDoc comments about autoflow HOT 4 CLOSED

atom avatar atom commented on July 29, 2024 3
Cannot autoflow JSDoc comments

from autoflow.

Comments (4)

50Wliu avatar 50Wliu commented on July 29, 2024

Current situation:

/** * Atom autoflow test. Cannot autoflow JSDoc comments. * * @readonly *
/*@private */

@onury what what you expect the result to be if it worked correctly?

from autoflow.

onury avatar onury commented on July 29, 2024

wow. I don't even remember I opened an issue here.
It should not alter the format if shorter than the max. width.
If longer, it should keep the JSDoc style.

/**
 * Atom autoflow test. Cannot autoflow JSDoc comments.
 *
 * @readonly
 * @private
 */

Above should remain the same.

/**
 * Atom autoflow test. Longer than maximum width for example 80 chars. But this has 100 characters.
 *
 * @readonly
 * @private
 */

Above should be formatted to:

/**
 * Atom autoflow test. Longer than maximum width for example 80 chars. But this 
 * has 100 characters.
 *
 * @readonly
 * @private
 */

from autoflow.

matthewwithanm avatar matthewwithanm commented on July 29, 2024

Would love to see this fixed!

from autoflow.

daviwil avatar daviwil commented on July 29, 2024

This issue was moved to atom/atom#18021

from autoflow.

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.