Skip to content

Commit

Permalink
Post (#11)
Browse files Browse the repository at this point in the history
* feat: added new places

* new post

* Update 2024-02-14-visual-studio-17.9.md

* added images and updated the post
  • Loading branch information
bluntspoon authored Feb 14, 2024
1 parent 959e010 commit e3a342b
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions _posts/2024-02-14-visual-studio-17.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
layout: post
title: New Features in Visual Studio 2022 (v17.9)
date: 2024-02-14
categories: dev
tags: [visualstudio]
slug: features-visual-studio-2022-v17-9
---

VS is continuously improving with each release. The latest update to Visual Studio 2022 (v17.9) introduces several exciting features and enhancements. Here are a few of my favorites:

## 💬 AI Generated Git Commit Messages

Use the new generated Git commit message feature to help you describe your set of changes.

![AI Generated Git Commit Messages](https://andrewbevan.me/assets/images/2024-02-14-ai-commit-msg-1.png "AI Message 1")
![AI Generated Git Commit Messages](https://andrewbevan.me/assets/images/2024-02-14-ai-commit-msg-2.png "AI Message 2")

> Note: Github Copilot + Chat is required for this feature.
## 🔍 'all-in-on' Code Search

You can now search for any word or string of characters across your solution.

![Code Search](https://andrewbevan.me/assets/images/2024-02-14-code-search-1.png "Code Search]")

> Note: You need to enable this 'Preview Feature'
![Code Search](https://andrewbevan.me/assets/images/2024-02-14-code-search-2.png "Code Search]")

## Nice Work MS! 😎

Read More:

- [https://devblogs.microsoft.com/visualstudio/visual-studio-2022-17-9-now-available/](https://devblogs.microsoft.com/visualstudio/visual-studio-2022-17-9-now-available/)
- [https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes#1790--visual-studio-2022-version-1790](https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes#1790--visual-studio-2022-version-1790)
Binary file added assets/images/2024-02-14-ai-commit-msg-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/2024-02-14-ai-commit-msg-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/2024-02-14-code-search-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/2024-02-14-code-search-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e3a342b

Please sign in to comment.