Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
angelozerr edited this pageApr 29, 2016 ·2 revisions

Navigator Explorer

Generally, when you compile TypeScript aapp.ts file, it generatesapp.js andapp.js.map files. TheNavigator Explorer displays the 3 files in the same hierarchy:

Compiled Files Without Filter And Without Classification

Project Explorer

Content - TypeScript Elements

If you useProject Explorer, you can see the compiled filesapp.js andapp.js.map inside theapp.ts:

Compiled Files Without Filter And With Classification

This behaviour comes from thatTypeScript Elements content is checked (only available forProject Explorer). You can disable it, by configuring theProject Explorer withCustom View menu:

Compiled Files Custom View Menu

And selectContent tab:

Compiled Files Custom View Content Tab

Filters

You can hide theapp.js andapp.js.map which are hosted in the same folder thanapp.ts:

Compiled Files With Filter And With Classification

To do that, you must check theTypeScript filter (available with theCustom View menu):

Compiled Files Custom View Filters Tab

TypeScript Resources

When your project follows theTypeScript Nature rule, theProject Explorer displays theTypeScript Resources node:

TypeScript Nature Inside Project Explorer

SeeBuild Path for more information.

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp