Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant