-
Notifications
You must be signed in to change notification settings - Fork 14
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
Comments
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" |
TypeScript editor is a brand new editor that doesn't depend on JSDT but outline is still missing. |
Yes I must implement it by using tsserver command (I think it exists one for tha.t) |
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? |
@danielvanmil please create an issue per features please. I think collapse/expand is not hard to implement. |
@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) |
@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. |
No description provided.
The text was updated successfully, but these errors were encountered: