From 496a507b07d77fcea645f36b11da5ff89a3f0e0c Mon Sep 17 00:00:00 2001 From: zila Date: Fri, 24 May 2024 15:47:23 +0700 Subject: [PATCH] added gitlen --- .vscode/settings.json | 5 +++- LICENSE | 2 +- README.md | 55 +++++++++++++++++++++++++++++++++---------- package.json | 6 +++-- 4 files changed, 51 insertions(+), 17 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 93fde0c..23dcd3b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -75,5 +75,8 @@ "i18n-ally.extract.autoDetect": true, "i18n-ally.localesPaths": [ "packages/i18n" - ] + ], + "[markdown]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + } } \ No newline at end of file diff --git a/LICENSE b/LICENSE index 2a54abd..c6fb709 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 SeyyedMahdi Hassanpour +Copyright (c) 2021 Sila Rim Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 292eafa..317b4c0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ - -# NextDev Pack - Theme, font and useful Extension +# NextDev Pack - Theme, font and useful Extension #### VSCode `Icon`/`Theme`/`Font` pack @@ -11,7 +10,7 @@ When the **Font Directory** appears, install fonts if you haven't already, and restart VSCODE once you have. -**Note:** this is because of `OS` limitations, the fonts must be installed manually. +**Note:** this is because of `OS` limitations, the `fonts must be installed manually`. ### Available Commands @@ -28,10 +27,19 @@ When the **Font Directory** appears, install fonts if you haven't already, and r ```json { - "workbench.colorTheme": "One Dark Pro", + "editor.fontLigatures": true, "workbench.iconTheme": "material-icon-theme", - "editor.fontFamily": "Fira Code", - "editor.fontLigatures": true + "workbench.colorTheme": "One Dark Pro", + "editor.defaultFormatter": "esbenp.prettier-vscode", + "editor.inlineSuggest.enabled": true, + "editor.fontFamily": "'fira code'", + "editor.fontLigatures": "true", + "editor.fontWeight": "normal", + "editor.fontSize": 12, + "editor.codeActionsOnSave": { + "source.fixAll.eslint": "always", + "source.fixAll": "always" + } } ``` @@ -40,18 +48,39 @@ When the **Font Directory** appears, install fonts if you haven't already, and r ## Extensions Included - 1- [One Dark Pro](https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme) - Atom's iconic One Dark theme for Visual Studio Code - - 2- [Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme) - Material Design Icons for Visual Studio Code - - 3- [FiraCode Font](https://marketplace.visualstudio.com/items?itemName=SeyyedKhandon.firacode) - Professional Font for Developers - - -## One Click Install +- 4- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) - Code formatter +- 5- [Sublime Text Keymap](https://marketplace.visualstudio.com/items?itemName=ms-vscode.sublime-keybindings) - Sublime Text keybindings +- 6- [Tailwind CSS IntelliSense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss) - Tailwind CSS IntelliSense +- 7- [Material Theme](https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.material-theme) - Material Design theme for Visual Studio Code +- 8- [Material Product Icons](https://marketplace.visualstudio.com/items?itemName=PKief.material-product-icons) - Product Icons for Visual Studio Code +- 9- [Codeium AI](https://marketplace.visualstudio.com/items?itemName=Codeium.codeium) - AI-powered code autocomplete +- 10- [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) - EditorConfig Support +- 11- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - Integrates ESLint into VS Code +- 12- [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) - Spelling checker for your code +- 13- [I18n Ally](https://marketplace.visualstudio.com/items?itemName=Lokalise.i18n-ally) - Internationalization support +- 14- [Shell Format](https://marketplace.visualstudio.com/items?itemName=foxundermoon.shell-format) - Format shell scripts +- 15- [Path Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense) - Autocomplete filenames + +## One Click Install + +`Currently it's support only local install` Go to left side menu click on extention then click install from VSIX from [HERE](https://github.com/next-dev-team/npack/releases) -## Inspire from tpack -- [Github](https://github.com/SeyyedKhandon/tpack) +## Todo + +- [ ] Option Pack for backend and front-end +- [ ] Check list before install +- [ ] Publish to vscode store + +# Any Issue or feedback +[Feedback or Issue](https://github.com/next-dev-team/npack/issues) + +## Template from tpack + +- [Github](https://github.com/SeyyedKhandon/tpack) diff --git a/package.json b/package.json index d8165fc..311d991 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npack", - "version": "0.0.3", + "version": "0.0.4", "publisher": "silarim", "author": "Sila Rim", "displayName": "NextDev Pack", @@ -54,7 +54,9 @@ "dbaeumer.vscode-eslint", "streetsidesoftware.code-spell-checker", "Lokalise.i18n-ally", - "foxundermoon.shell-format" + "foxundermoon.shell-format", + "christian-kohler.path-intellisense", + "eamodio.gitlens" ], "repository": { "url": "https://github.com/next-dev-team/npack.git"