Visual Studio Code Snippets for XenForo 2

Visual Studio Code Snippets for XenForo 2 20211012

No permission to download
  • Author Author work
  • Creation date Creation date
XF Compatibility
  1. 2.2.x
Short Description
Easily install CSS, HTML, JavaScript, and PHP snippets in VS Code with just a few steps. Extract files from zip, edit user snippets in VS Code preferences, and save your (language).json file for seamless coding experience. Learn more about VS Code Snippets here.
acf5788e722a3.gif

The following (language).json snippets are included:
  • css
  • html
  • javascript
  • php

To install:
  1. Extract the zip file to your local computer containing the above (language).json files.
  2. In VS Code, go to File > Preferences > User Snippets
  3. Select the Existing or New Snippet (language) to edit
  4. Copy the contents of the relevant extracted file and paste into the VS Code editor for the (language).json snippet.
  5. Save the (language).json file

For more information on Visual Code Snippets: Snippets in Visual Studio Code
Author
work
Views
375
Extension type
zip
File size
6.9 KB
First release
Last update
Ratings 0.00 star(s) 0 ratings
Link was Broken? Send message to the Website Team and we will assist you quickly!
Support Developer If you are satisfied with the test or your project has earned you money, Click the More Information button to support the developer by purchasing.

Latest updates

  1. 20211012 - 20211012
    The VS Code Snippets for JavaScript now convert the CamelCase Element/Event Name to lowercase-and-dash for the HTML identifier (data-xf-init).
Back
Top