-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add feature: vs code intellisense to devicon.json
#1487
Conversation
VS Code Intellisense provides these features: - A snippet to create a new input object by typing `new` - Validates - `name` structure - `color` structure - `version.svg[]`, `version.font[]`, `aliases.?base` and `aliases.?alias` completion - Provides some description for the properties based on the documentation
devicon.json
devicon.json
devicon.json
devicon.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great!
One of the features I'm most looking forwards too, since this will boost productivity so much!
As always, there's a few suggestions I'd like you to look at before we're ready for merging this. Great general structure though, definitely good work! 💯
Co-authored-by: Jørgen Kalsnes Hagen <[email protected]>
Great! Co-authored-by: Jørgen Kalsnes Hagen <[email protected]>
Agreed! It's more detailed now! Co-authored-by: Jørgen Kalsnes Hagen <[email protected]>
Great! Co-authored-by: Jørgen Kalsnes Hagen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! ✔️
Can't wait to get this into master, well done with the changes :)
@Panquesito7, please review this request. 🙂 |
* Add VS Code Intellisense to `devicon.json` VS Code Intellisense provides these features: - A snippet to create a new input object by typing `new` - Validates - `name` structure - `color` structure - `version.svg[]`, `version.font[]`, `aliases.?base` and `aliases.?alias` completion - Provides some description for the properties based on the documentation * Fix name pattern and add `dot-net` exception * Update .vscode/devicon-schema.json Co-authored-by: Jørgen Kalsnes Hagen <[email protected]> * Update .vscode/devicon.code-snippets Great! Co-authored-by: Jørgen Kalsnes Hagen <[email protected]> * Update .vscode/devicon-schema.json Agreed! It's more detailed now! Co-authored-by: Jørgen Kalsnes Hagen <[email protected]> * Update .vscode/devicon-schema.json Great! Co-authored-by: Jørgen Kalsnes Hagen <[email protected]> Co-authored-by: Jørgen Kalsnes Hagen <[email protected]>
Double check these details before you open a PR
Features
VS Code Intellisense to
devicon.json
provides these features:new
name
structurecolor
structureversion.svg[]
,version.font[]
,aliases.?base
andaliases.?alias
completionThis PR closes #1481
Notes