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

No syntax and highlight when using namespaces for types of the props #407

Open
mrdoinel opened this issue Mar 27, 2023 · 0 comments
Open
Labels

Comments

@mrdoinel
Copy link

mrdoinel commented Mar 27, 2023

Description
No syntax and highlight when using namespace for types of the props (for example types are like that : Namespace.InterfaceOrTypename)

Screenshot

Capture d’écran 2023-03-27 à 10 27 03

To Reproduce
Create a typescript declaration file with namespace in your codebase.

declare namespace Namespace {
  interface HeadingProps {
    primary?: boolean;
    title: string;
  }
}

namespace.d.ts

Expected behavior
Full support of Typescript with this extension

Build environment :

  • OS: Mac OS 12.6
  • VSCode Version: 1.76.1
  • Extension Version v1.7.5
@mrdoinel mrdoinel added the bug label Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant