You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using the "export from" syntax and it seems that it doesn't working well with the intellisense.
For now I'm using a workaround by importing and then exporting in two separate lines.
The export Person from "./person" syntax isn't currently supported.
You can re-export non-default exports (export {Person} from './person' where './person' is export class Person ...) and services will work just fine.
Marking as duplicate of #4813 (see "reexporting default").
@mhegazy: Goto def on Person2 currently takes you directly to its target. We could make a separate issue for that if you consider it a problem.
From @ChenMachluf on June 9, 2016 14:56
Hi,
I'm using the "export from" syntax and it seems that it doesn't working well with the intellisense.
For now I'm using a workaround by importing and then exporting in two separate lines.
tnx
Copied from original issue: microsoft/vscode#7482
The text was updated successfully, but these errors were encountered: