GithubHelp home page GithubHelp logo

matronator / css-inline-comment Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.29 MB

Make inline comments in CSS simply by double slash

Home Page: https://marketplace.visualstudio.com/items?itemName=matronator.css-inline-comment

License: MIT License

vscode-extension vscode-snippets css-comment css-snippets

css-inline-comment's Introduction

css-inline-comment README

Write inline comments in CSS quickly using double slash like in JavaScript and other languages.

Features

Trigger inline comments with double slash in CSS and related languages (SCSS, LESS, SASS)

Preview

Requirements

VSCode, duh

Extension Settings

Nope

Known Issues

Nah

Release Notes

1.0.3

  • Created a GitHub repository

[1.0.2]

  • Added icon
  • Some edits in package.json

[1.0.0]

  • Initial release

css-inline-comment's People

Contributors

imgbotapp avatar matronator avatar

Watchers

 avatar

css-inline-comment's Issues

Tried to modify package.json and css.json to use this with SQL code but didn't work

Hello, I tried to modify the package.json under contributes> snippets and copied the line from CSS changing it to SQL but it didn't work. Where else can I make a change that would work on SQL as well as CSS?
Here's the line I currently have in the package.json

	"contributes": {
		"snippets": [
			{
				"language": "css",
				"path": "./snippets/css.json"
			},
			{
				"language": "sql",
				"path": "./snippets/css.json"
			}
		]
	},

I also tried

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.