Skip to content
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

extension 설명 추가(웹 기준) #17

Open
yyijoo opened this issue Feb 7, 2024 · 1 comment
Open

extension 설명 추가(웹 기준) #17

yyijoo opened this issue Feb 7, 2024 · 1 comment
Assignees

Comments

@yyijoo
Copy link
Contributor

yyijoo commented Feb 7, 2024

  • vscode에서 사용하면 좋은 extension 설명 추가
@yyijoo yyijoo self-assigned this Feb 7, 2024
@cbscsm cbscsm changed the title extension 설명 추가 extension 설명 추가(웹 기준) Feb 7, 2024
@yyijoo
Copy link
Contributor Author

yyijoo commented Apr 10, 2024

  • Tailwind CSS IntelliSense: tailwind의 class 이름 적을 때 자동완성해줌
  • Svelte for VS Code: svelte 파일의 하이라이팅과 intellisense 지원
  • prettier & eslint: formatOnSave로 code formatting과 linting 위함
 // settings.json
  "[svelte]": {
    "editor.formatOnSave": true,
    "editor.defaultFormatter": "svelte.svelte-vscode"
  },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant