Giter Club home page Giter Club logo

Comments (4)

josteink avatar josteink commented on July 17, 2024 1

To add to my former comment, I've never heard of prettier before now, and I honestly would like to keep the list of dependencies for Emacs typescript-development as short as possible.

Right now a "full stack" requires the following:

  • Emacs
  • typescript.el
  • tide (which bundles tsserver)
  • nodejs (to run tsserver)

Despite this list of dependencies, and to my great surprise, this seems to work pretty seamless, consistent and well across all platforms I've tested it (even on Windows!).

I'd like to keep it like that, and adding more tools to the chain really has to do wonderful things to justify the risk :)

from typescript.el.

lddubeau avatar lddubeau commented on July 17, 2024 1

I'm going to close this. As usual, if there's a substantial argument to be made in favor of the feature proposed here, we can reopen.

from typescript.el.

lddubeau avatar lddubeau commented on July 17, 2024 1

I've tried prettier earlier today and immediately uninstalled it.

I have a few reflections about "support for prettier" in the context of this mode.

First, right now, it looks like if anyone wants support for it, they'll have to step up to the plate themselves and provide a quality PR (substantially tested) for it.

I can see two ways "support for prettier" could potentially apply to this mode:

  1. Support for running prettier on files automatically or manually. In my opinion this functionality does not belong to this mode. That's general Emacs "run-on-save" functionality, or something to trigger through linter runs. Linter runs are handled by flycheck, not this mode.

  2. Modify the indentation code of this mode so that its indentation naturally matches the one that prettier wants. This is where I suppose an argument could be made that typescript-mode should have a configuration option allowing the selection of different indentation algorithms. As I said above, someone would have to step up to the plate to make this reality.

from typescript.el.

josteink avatar josteink commented on July 17, 2024

If you want pretty formatting, the recommended approach is to use tide.

By default, tide uses tsserver to format the code on save, giving you the standard formatting which TypeScript-code should adhere to by convention.

Is there anything else prettier could give us, that this doesn't already provide?

from typescript.el.

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.