TypeStrong / atom-typescript

The only TypeScript package you will ever need
https://atom.io/packages/atom-typescript
MIT License
1.13k stars 205 forks source link

Constantly getting errors with autocomplete and refactor identifier name after updates #1466

Closed ozra closed 5 years ago

ozra commented 5 years ago

atom-version: 1.32.2 typescript-version in the project: 3.1.6

Things done that may or may not be causes for this: Tried using atom-ide / ide-typescript instead of regular ts-plugin-chain. Have since removed them and use linter, linter-standard-ui, etc. "standard" plugins for that.

I assume the errors, despite their difference, are related, since they began at the same time:

Trying to rename-refactor:

Error processing request. No Project.
Error: No Project.
    at Object.ThrowNoProject (
... long list of paths and stack trace follows ...

Autocompletion doesn't work anymore, gets this:

Uncaught SyntaxError: Invalid regular expression: /[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6- .... and so on for a page or two ...

lierdakil commented 5 years ago

It'd be interesting to see the stacktrace. Otherwise, it's unclear what's going on exactly.

ozra commented 5 years ago

Haven't seen this in quite a while. It was probably just something temporarily messed up in the installation. Closing.