Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intellisense with beta compiler #1552

Closed
basarat opened this issue Dec 24, 2014 · 1 comment
Closed

Intellisense with beta compiler #1552

basarat opened this issue Dec 24, 2014 · 1 comment
Labels
Question An issue which isn't directly actionable in code

Comments

@basarat
Copy link
Contributor

basarat commented Dec 24, 2014

How are guys developing the current beta compiler now that there is so much syntax (unions,tagged types) that the current language service doesn't understand.

I'm trying to do some stuff with the NodeJS API #372 (comment) but typescript.d.ts is not really understandable by current tools. I can compile using a custom compiler build, just the intellisense is missing and I am curious about your workflow.

@DanielRosenwasser DanielRosenwasser added the Question An issue which isn't directly actionable in code label Dec 24, 2014
@DanielRosenwasser
Copy link
Member

@basarat you should be able to use the release-1.4 compiler just fine with it. We use union types, type aliases, and const enums. typescript.d.ts was only first introduced for the 1.4 branch.

If you want intellisense and other LS features, see my instructions for using the latest language service here. Let me know if you have any further questions.

@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Question An issue which isn't directly actionable in code
Projects
None yet
Development

No branches or pull requests

2 participants