mdx-analyzer

MDX extension for Visual Studio Code

MIT License

Downloads
3.1K
Stars
335
Committers
12

Bot releases are hidden (Show)

mdx-analyzer - [email protected]

Published by remcohaszing 11 months ago

Minor Changes

Patch Changes

  • #338 c2c67b8 Thanks @remcohaszing! - Define the configuration options mdx.trace.server.verbosity and mdx.trace.server.format.
mdx-analyzer -

Published by remcohaszing over 1 year ago

Minor Changes

Patch Changes

mdx-analyzer - v1.3.0

Published by wooorm over 1 year ago

vscode-mdx

language-server / language-service

mdx-analyzer - v1.2.0

Published by remcohaszing over 1 year ago

Minor Changes

  • #272 4aad7ef Thanks @remcohaszing! - Support remark syntax plugins.

    This extension supports remark syntax plugins.
    Plugins can be defined in an array of strings or string / options tuples.
    These plugins can be defined in tsconfig.json and will be resolved relative to
    that file.

    For example, to support
    frontmatter with YAML and TOML
    and GFM:

    {
      "compilerOptions": {
        // …
      },
      "mdx": {
        "plugins": [["remark-frontmatter", ["toml", "yaml"]], "remark-gfm"]
      }
    }
    
  • #285 31966db Thanks @remcohaszing! - Rename the Markdown React language to MDX.

Patch Changes

  • #279 2a8b266 Thanks @remcohaszing! - Fix a crash of neither allowJs not checkJs is true in tsconfig.json.

  • #281 b0bc3a1 Thanks @remcohaszing! - Fix a crash that occurs if:

    • no tsconfig.json exists.
    • tsconfig.json specifies includes, but doesn’t include the MDX file.
    • tsconfig.json specifies excludes and excludes the MDX file.
    • a new file is created.
    • a file is renamed.
  • #273 ed9382e Thanks @remcohaszing! - Previously the MDX language server handled TypeScript IntelliSense for
    JavaScript and TypeScript files as well.
    This led to duplicate IntelliSense results in the editor if people have also
    enabled TypeScript IntelliSense.

    These files are still synchronized with the MDX language server, because they
    are needed for context, but they no longer yield results when interacted with.

mdx-analyzer - v1.1.0

Published by remcohaszing almost 2 years ago

Minor Changes

  • #226 0fdf371 Thanks @remcohaszing! - Add experimental IntelliSense

    To enable IntelliSense, set mdx.experimentalLanguageServer to true in your
    VSCode settings.
    You can verify it’s enabled by interacting with the JavaScript parts on an MDX
    document, for example by hovering an import or variable

  • #222 d2eb7a7 Thanks @KeyboardSounds! - Support for highlighting JSX evaluated expressions

    In JSX, you can include JS expressions within tags, like:

    <Component>{doSomething('a', 7)}</Component>
    

    This PR adds syntax highlighting for those expressions by adding a new pattern
    in the tmLanguage.json.

mdx-analyzer - v1.0.3

Published by JounQin about 2 years ago

1.0.3

Patch Changes

New Contributors

Full Changelog: https://github.com/mdx-js/vscode-mdx/compare/v1.0.2...v1.0.3

mdx-analyzer - v1.0.2

Published by JounQin about 2 years ago

1.0.2

Patch Changes

New Contributors

Full Changelog: https://github.com/mdx-js/vscode-mdx/compare/v1.0.1...v1.0.2

mdx-analyzer - v1.0.1

Published by JounQin about 2 years ago

1.0.1

Patch Changes

mdx-analyzer - v1.0.0

Published by JounQin over 2 years ago

Major Changes

Patch Changes

mdx-analyzer -

Published by JounQin over 2 years ago

0.3.2 (2022-07-06)

Bug Fixes

  • correct badge links, add donate and funding fields (ed75936)
mdx-analyzer -

Published by JounQin over 2 years ago

0.3.0 (2022-07-06)

⚠ BREAKING CHANGES

  • use mdx v2 comment syntax

Features

  • use mdx v2 comment syntax (b4a5968)
mdx-analyzer -

Published by JounQin over 2 years ago

0.2.2 (2020-08-05)

Bug Fixes

  • remove property activationEvents (744b330)
mdx-analyzer -

Published by JounQin over 2 years ago

0.2.1 (2020-08-05)

Bug Fixes

  • it seems git+https can not be recognized (f723438)
mdx-analyzer -

Published by JounQin about 4 years ago

0.2.0 (2020-08-05)

Features

Bug Fixes

  • marketplace "repository" link is broken (#139) (804e0f7)
mdx-analyzer -

Published by JounQin almost 5 years ago

0.1.3 (2019-11-18)

Features

  • first blood, init from vscode examples (6c9420f)
  • improve basic grammar support (f998d2a)
Package Rankings
Top 6.87% on Npmjs.org
Badges
Extracted from project README
Build Coverage Sponsors Backers Chat