Skip to content

Outline is missing for TypeScript files #38

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

Closed
micaelgallego opened this issue Mar 12, 2016 · 8 comments
Closed

Outline is missing for TypeScript files #38

micaelgallego opened this issue Mar 12, 2016 · 8 comments
Milestone

Comments

@micaelgallego
Copy link

No description provided.

@angelozerr
Copy link
Owner

This feature must be implmented with tsserver navbar.

But as outline can be overrided https://bugs.eclipse.org/bugs/show_bug.cgi?id=490426 I will create for the moment a new view "TypeScript Outline"

@micaelgallego
Copy link
Author

TypeScript editor is a brand new editor that doesn't depend on JSDT but outline is still missing.

@angelozerr
Copy link
Owner

Yes I must implement it by using tsserver command (I think it exists one for tha.t)

@angelozerr
Copy link
Owner

@danielvanmil
Copy link

The standard JSDT/java outline has some more features like sorting/collapse-expand/filter private-public etc, It would be nice to at least have a collapse/expand as TS files can get huge because of the fact that lots of people implement a lot of types in one TS file. Any plans?

@angelozerr
Copy link
Owner

@danielvanmil please create an issue per features please. I think collapse/expand is not hard to implement.

@angelozerr
Copy link
Owner

angelozerr commented Sep 7, 2016

@danielvanmil see #78, #79, #80 I'm working on that. For filter I don't know if I will implement it (I prefer implementing other features like template snippets)

@angelozerr
Copy link
Owner

@danielvanmil TypeScript Outline was a lot improved (Collapse All, Link With Editor, Keep selection when outline is refreshed, etc). See https://github.com/angelozerr/typescript.java/wiki/New-and-Noteworthy-1.1.0#typescript-outline

You can install 1.1.0-SNAPSHOT to test it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants