Programming Tips πŸ’‘
54.3K subscribers
66 photos
8 videos
30 files
339 links
Programming:
Tips πŸ’‘
Articles πŸ“•
Resources πŸ‘Ύ
Design Patterns πŸ’Ž
Software Principles βœ…

πŸ‡³πŸ‡± Contact & Ads: @MoienTajik
Download Telegram
6 Essential VSCode Extensions for Angular Developers πŸ’Ž

β€’ TypeScript Hero
β€’ Angular Language Service
β€’ Bracket Pair Colorizer
β€’ Move TS
β€’ Material Icon Theme
β€’ Angular TypeScript Snippets

http://bit.do/vsico

[ Website ] : http://bit.do/vsxt

[ Src ] : @IranAspMvc
γ€°γ€°γ€°γ€°γ€°γ€°
#Angular #VSCode #Extension
@ProgrammingTip
VS Code can do that ⁉️

All the best things about Visual Studio Code that nobody ever bothered to tell you. πŸ”₯


Features βœ… :

β€’ Update Image Size
β€’ Emmet
β€’ Wrap Individual Lines
β€’ Prettier
β€’ Font Ligatures
β€’ Bracket Pair Colorizer
β€’ JavaScript Type Checking
β€’ JSON Intellisense
β€’ Node.js Debugging
β€’ Debugging Browser Apps
β€’ Log Points
β€’ CosmosDB / MongoDB
β€’ Bookmarks
β€’ Docker
β€’ Settings Sync
β€’ Deployment
β€’ Image Preview
β€’ CSS Preview
β€’ Inline File / Folder Nesting


https://t.me/pgimg/133

[ Website ] : bit.do/vscod

γ€°γ€°γ€°γ€°γ€°γ€°
#VSCode #Extensions
@ProgrammingTip
Code Server πŸ”₯

code-server is VS Code running on a remote server, accessible through the browser.

Easily run it with Docker 🐳 :

docker run -p localhost:8443:8443 -v "${PWD}:/root/project" codercom/code-server code-server --allow-http --no-auth


Features⚑️:

β€’
Code on your Chromebook, tablet, and laptop with a consistent dev environment.

β€’ Take advantage of large cloud servers to speed up tests, compilations, downloads, and more.

β€’ Preserve battery life when you're on the go.


https://t.me/pgimg/195

[ GitHub ] : github.com/codercom/code-server

〰️〰️〰️〰️〰️〰️
#CodeServer #VSCode
@ProgrammingTip