Search
Nové Visual Studio 2026 a .NET 10
28.11.2025
Visual Studio 2026 a .NET 10 přinášejí moderní vývojové prostředí a výkonný framework, který výrazně zrychluje práci vývojářů, zlepšuje produktivitu a podporuje nejnovější technologie. V článku se podíváme na hlavní novinky, včetně AI asistence, moderního UI, optimalizovaného runtime a jazykových...
AI programátor GitHub Copilot je teď úplně zadarmo. Na webu i v oblíbeném editoru Visual Studio Code
20.12.2024
Tak dlouho programátoři čekali na oficiální doplněk ChatGPT pro Visual Studio Code , až se GitHub rozhodl, že nabídne všem zdarma základní verzi svého AI asistenta Copilot . Tedy tak napůl, náruživý vývojář totiž možná vyčerpá přidělenou měsíční kvótu , která dnes čítá 2 000 doplnění kódu a 50
AutoSave with VSCode
23.10.2023
Visual Studio Code has taken the crown of most used text editor, at least in JavaScript spheres. VSCode is fast, feature-filled, and supports thousands of plugins to boost productivity. Developers can also tweak hundreds of settings to enrich functionality. One such feature is the autoSave feature....
Populární textový editor pro vývojáře Visual Studio Code nyní spustíte i z webového prohlížeče
25.10.2021
Populární multiplatformní a bezplatný textový editor kódu pro vývojáře Visual Studio Code je nově k dispozici i jako webová stránka. Stačí přejít na adresu vscode.dev a celý editor se načte přímo ve webovém prohlížeči i bez potřeby instalace klasického programu.
Ve webovém editoru můžete otevírat
What if… you could use Visual Studio Code as the editor of in-browser Developer Tools?
22.10.2021
It’s not uncommon for my front-end workflow to go something like this:
Work on thing.
See that thing in an automatically refreshed browser.
See something wrong with that thing.
Inspect and correct the thing in DevTools.
Apply the correct code
…
The post What if… you could use Visual...
How to Upload a File via SSH and Command Line
28.6.2021
My preference for daily work is usually GUI applications, like Visual Studio Code for text editing and Cyberduck for remote file server management. I’m also a huge fan of automation, so I do try to learn the command line equivalents of UI functions. My latest desire was wanting to know how...
Programátoři si mohou vyzkoušet Visual Studio 2022 Preview 1. Alfu a omegu vývoje pro Windows
21.6.2021
Před dvěma měsíci se Microsoft pochlubil prací na nové verzi svého vývojářského balíku Visual Studio 2022, který je alfou a omegou vývoje pro Windows a jeho cloud Azure, a nyní je už k dispozici první veřejná verze Preview. VS je tradičně k dispozici ve třech podobách Enterprise, Professional a
Visual Studio 2022 zvládne naprosto šílený kousek. Načte 300 000 zdrojových souborů, aniž by se zhroutil vesmír
21.4.2021
Microsoft se pochlubil přípravou nové verze svého vývojářského balíku Visual Studio 2022. První zkušební verze Preview dorazí letos v létě.
Firma by ráda navázala na obrovský úspěch zjednodušeného multiplatformního a univerzálního editoru Visual Studio Code, jehož ekosystém hromady doplňků
VS Code node:console Fix
23.3.2021
I’ve been using Microsoft’s Visual Studio Code text editor for years with great success. The app has always been stable, flexible, and the best compliment I can give it: an afterthought. Recently, however, every time I added a console.log to a JavaScript file, VS Code would add import...
CSS in 3D: Learning to Think in Cubes Instead of Boxes
23.10.2020
My path to learning CSS was a little unorthodox. I didn’t start as a front-end developer. I was a Java developer. In fact, my earliest recollections of CSS were picking colors for things in Visual Studio.
It wasn’t until later that I got to tackle and find my love for the front end....
How to Fix ESLint Errors Upon Save in VS Code
6.5.2020
Two of the most prominent utilities in web development today are ESLint and Microsoft’s Visual Studio Code. I enjoy using both, and I love the integration between both tools, but warnings from ESLint inside Visual Studio Code aren’t fulfilling — I’d rather lint errors...
My Visual Studio Code Setup: Extensions and Themes
22.4.2020
Matthias Ott’s posted his VS Code setup. I find lists like this (I rounded up some recent updates of my own) irresistible, probably because, like y’all, I spend an awful lot of time in VS Code and wanna make sure I’m getting the most out of it.
Things from the list that stood...
[článek] Google otevírá čipy OpenTitan, Xerox chce koupit HP, Visual Studio v prohlížeči je zde
8.11.2019
[5 minut čtení] Vyšel Photoshop pro iPad. Broadcom pohltil Symantec. TSMC chystá 3nm proces. Zprávy z IT, každý pátek na Lupě. Vždy v pátek připravuje reportér Jan Sedlák výběr zajímavých zpráv ze světa IT. Co se událo v tomto týdnu?
Code Formatting with Prettier in Visual Studio Code
23.7.2019
Formatting code consistently is a pain, especially when working on a team. The beauty of modern day web development is that the tooling has gotten so much better! In this article, we will look at s
Creating an Extension Pack for Visual Studio Code
8.4.2019
Extension Packs in Visual Studio Code are extremely useful when you want to install a collection of related extensions. In this article, let's walk through the steps of creating an Extension Pack s
[článek] Apple ukončuje vývoj AirPower, třetina českých firem využívá cloud, vychází Visual Studio 2019
5.4.2019
[4 minuty čtení] Polovinu tržeb hudebních nahrávek tvoří streaming. Raspberry Pi má oficiální klávesnici a myš. Valve chystá VR headset. Zprávy z IT, každý pátek na Lupě. Vždy v pátek připravuje reportér Jan Sedlák výběr zajímavých zpráv ze světa IT. Co se událo v tomto týdnu?
Creating a Python Class Generator for VS Code
19.3.2019
My motto...when you have a problem, do something about. I hated stubbing out Python classes so I created an extension in Visual Studio Code to do it for me. In this article, let's walk through how
Getting Started with Python in Visual Studio Code
11.3.2019
Python is one of the most popular and easy to learn languages, which is why it is often one of the first languages you learn. Let's see how to work with and run Python inside of Visual Studio Code!
Create Your First Visual Studio Code Extension
26.2.2019
When Visual Studio Code doesn't do what you want it to, you install an extension. When you can't find an extension that does exactly what you need, you create your own! In this article, we will loo
Working with TypeScript in Visual Studio Code
19.2.2019
TypeScript and Visual Studio Code are two amazing products created by Microsoft, and - surprise surprise- they work amazing together! Let's take a look at how Visual Studio Code makes it a breeze t