Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>AtomxNew to Visual Studio Code? Get it now.
Atomx

Atomx

Johnny Yao

|
1,002 installs
| (0) | Free
Atom tools for VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Atomx

Atom(not the editor) tools for VSCode.

Features

  • Snippets
  • Syntax-highlighting

Quick Start

Install Atomx

Usage

  1. create a file named xxx.atom;

  2. write word atom or template and type Tab. Then, there's template code below:

    <template>
    
    </template>
    
    <script type="config">
    {
        props: {},
        data: {},
        components: {}
    }
    </script>
    
    <script type="php">
        function render(ctx) {
            return parent::render(ctx);
        }
    </script>
    
    <script>
    export default {
        mounted() {},
        methods: {}
    };
    </script>
    
    <style lang="less" scoped>
    
    </style>
    
  3. other snippets include atom:template, atom:config, atom:php, atom:js, atom:style.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft