tide icon indicating copy to clipboard operation
tide copied to clipboard

Tide - TypeScript Interactive Development Environment for Emacs

Results 38 tide issues
Sort by recently updated
recently updated
newest added

Specifically for the code formatting, integration with [editorconfig-emacs](https://github.com/editorconfig/editorconfig-emacs) would be amazing.

I'm not using flycheck but because of tide it's loaded and gets updated from melpa.

Just creating this as a stub. It'd be really neat if tide could support [Yarn PnP](https://yarnpkg.com/advanced/pnpapi), where files are zipped inside `.yarn/cache`. Quick and dirty solution that works (but relies...

The first js file work well,but if I kill the buffer or open other js files,it doesn't work. I use spacemacs, so I add the configuration(from readme) on `dotspacemacs/user-config`. ```...

Every once in a while I run into a situation where the server is either dead or just misbehaving for whatever reason. Since tide tends to send a lot of...

Currently, tide provides support for linting with `tslint` but not for linting with `eslint`. It turns out that linting TypeScript code with `eslint` is already a thing. (I did not...

enhancement

It is not an issue more a call for help, so please, do not close it immediately because it is not fully complying with your checklist that I tried my...

This patch allows tide to jump to files stored in zip packages (in Yarn 2 cache) using Emacs arc-mode. See #388 (This PR replaces closed PR #392)

Hi, I have a problem with vue-mode + tide. Every time I open a .vue file, I get the following error in the `*Messages* ` tab: ``` Error processing request....

I'm not sure if I'm doing something wrong, I think tsserver should support jsx completion? I'm including `company-tide` in `company-backends` but the auto-completion for custom, imported components (any known html...