<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Visual Studio Code &#8211; 知らなきゃ絶対損するPCマル秘ワザ</title>
	<atom:link href="https://at.sachi-web.com/tag/visualstudiocode/feed" rel="self" type="application/rss+xml" />
	<link>https://at.sachi-web.com</link>
	<description>知らなくて損したPC情報とかを分かりやすくメモする個人ブログ</description>
	<lastBuildDate>Wed, 15 Apr 2026 14:59:02 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://at.sachi-web.com/uploads/2019/06/cropped-favicon-32x32.png</url>
	<title>Visual Studio Code &#8211; 知らなきゃ絶対損するPCマル秘ワザ</title>
	<link>https://at.sachi-web.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>【VSCode】 登録「フォルダー」や「エディター」構成を保存/復元する</title>
		<link>https://at.sachi-web.com/vscode_save-and-load-workspace.html</link>
					<comments>https://at.sachi-web.com/vscode_save-and-load-workspace.html#respond</comments>
		
		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate>Wed, 15 Apr 2026 14:59:02 +0000</pubDate>
				<category><![CDATA[ウェブ制作ノウハウ]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=11426</guid>

					<description><![CDATA[こんにちは、さち です。 今回は、VSCode に登録した「フォルダー」や「エディター」画面の構成を保存しておき、簡単に復元できるようにする方法について書いていきます。 目次 ワークスペースを「保存」するワークスペースを [&#8230;]]]></description>
		
					<wfw:commentRss>https://at.sachi-web.com/vscode_save-and-load-workspace.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【VSCode】 勝手に変わった「シンタックスハイライト（配色テーマ）」を戻す</title>
		<link>https://at.sachi-web.com/vscode_restore-themecolor.html</link>
					<comments>https://at.sachi-web.com/vscode_restore-themecolor.html#respond</comments>
		
		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate>Wed, 01 Apr 2026 14:47:38 +0000</pubDate>
				<category><![CDATA[ウェブ制作ノウハウ]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<category><![CDATA[シンタックスハイライト]]></category>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=11387</guid>

					<description><![CDATA[こんにちは、さち です。 先日、VSCode の「シンタックスハイライト（配色テーマ、カラースキーム）」がいつの間にか変更されてしまい、地味に見づらくなってしまいました。 ミスが起きそうなので、以前使っていたものに戻して [&#8230;]]]></description>
		
					<wfw:commentRss>https://at.sachi-web.com/vscode_restore-themecolor.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【VSCode】 新しいウィンドウでも「ワークスペース」を引き継ぐ方法</title>
		<link>https://at.sachi-web.com/vscode_explorer_multiple-folders-2.html</link>
					<comments>https://at.sachi-web.com/vscode_explorer_multiple-folders-2.html#respond</comments>
		
		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate>Wed, 15 Oct 2025 14:59:29 +0000</pubDate>
				<category><![CDATA[ウェブ制作ノウハウ]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=10878</guid>

					<description><![CDATA[こんにちは、さち です。 今回はこの VSCode で、新しいウィンドウを開いても、登録済みの「ワークスペース」を表示する方法について書いていきます。 目次 新しいウィンドウは「ワークスペース」が初期化される解決方法操作 [&#8230;]]]></description>
		
					<wfw:commentRss>https://at.sachi-web.com/vscode_explorer_multiple-folders-2.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【VSCode】 「Prettier」のコード整形を「手動」で実行する</title>
		<link>https://at.sachi-web.com/vscode_prettier_manual-format.html</link>
					<comments>https://at.sachi-web.com/vscode_prettier_manual-format.html#respond</comments>
		
		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate>Wed, 08 Oct 2025 13:00:34 +0000</pubDate>
				<category><![CDATA[ウェブ制作ノウハウ]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=10860</guid>

					<description><![CDATA[こんにちは、さち です。 今回は、この VSCode の拡張機能「Prettier」を使って、コードの整形を「手動」で実行する方法について書いていきます。 操作手順 コードを自動整形できる拡張機能「Prettier」をイ [&#8230;]]]></description>
		
					<wfw:commentRss>https://at.sachi-web.com/vscode_prettier_manual-format.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【VSCode・PHP】 同じスコープの変数の名前だけを一括変更する</title>
		<link>https://at.sachi-web.com/vscode_php_rename-symbol.html</link>
					<comments>https://at.sachi-web.com/vscode_php_rename-symbol.html#respond</comments>
		
		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate>Wed, 24 Sep 2025 14:59:18 +0000</pubDate>
				<category><![CDATA[ウェブ制作ノウハウ]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=10820</guid>

					<description><![CDATA[こんにちは、さち です。 今回は、この VSCode で「PHP」を編集するときに、同じスコープにある「変数」の名前を一括変更する方法について書いていきます。 目次 デフォルトのままだとできない解決方法前準備（初回のみ） [&#8230;]]]></description>
		
					<wfw:commentRss>https://at.sachi-web.com/vscode_php_rename-symbol.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【VSCode】 快適に使うための小技集 その4 （サジェスト編）</title>
		<link>https://at.sachi-web.com/vscode_suggest_tips.html</link>
					<comments>https://at.sachi-web.com/vscode_suggest_tips.html#respond</comments>
		
		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate>Wed, 06 Aug 2025 14:59:40 +0000</pubDate>
				<category><![CDATA[ウェブ制作ノウハウ]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=10687</guid>

					<description><![CDATA[こんにちは、さち です。 今回は、この VSCode で、「サジェスト（Emmet）」に関する小技について書いていきます。 デフォルト機能でできる事ばかりなので、はじめて知るものがあれば、ぜひ使ってみて下さい。 目次 【 [&#8230;]]]></description>
		
					<wfw:commentRss>https://at.sachi-web.com/vscode_suggest_tips.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【VSCode】 16進数「カラーコード」⇔「RGB」形式を相互変換する</title>
		<link>https://at.sachi-web.com/vscode_convert-color-code.html</link>
					<comments>https://at.sachi-web.com/vscode_convert-color-code.html#respond</comments>
		
		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate>Wed, 30 Jul 2025 14:59:33 +0000</pubDate>
				<category><![CDATA[ウェブ制作ノウハウ]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=10664</guid>

					<description><![CDATA[こんにちは、さち です。 今回は、この VSCode で、16進数の「カラーコード」や「RGB」などを別の形式の表記に変換する方法について書いていきます。 操作手順 「16進数」のカラーコード ＃999999 があります [&#8230;]]]></description>
		
					<wfw:commentRss>https://at.sachi-web.com/vscode_convert-color-code.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【VSCode】 「サジェスト」から不要な項目を消す方法</title>
		<link>https://at.sachi-web.com/vscode_suggest_do-not-show_settings.html</link>
					<comments>https://at.sachi-web.com/vscode_suggest_do-not-show_settings.html#respond</comments>
		
		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate>Wed, 23 Jul 2025 14:59:31 +0000</pubDate>
				<category><![CDATA[ウェブ制作ノウハウ]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=10649</guid>

					<description><![CDATA[こんにちは、さち です。 先日、VSCode の「サジェスト（Emmet）」から「単位」を消す方法について記事を書きましたが、他の任意の「項目」を消したい人もいると思います。 そこで、今回は VSCode の「サジェスト [&#8230;]]]></description>
		
					<wfw:commentRss>https://at.sachi-web.com/vscode_suggest_do-not-show_settings.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【VSCode】 コマンドパレットの「最近使用したもの（履歴）」を削除する</title>
		<link>https://at.sachi-web.com/vscode_clear-command-palette-history.html</link>
					<comments>https://at.sachi-web.com/vscode_clear-command-palette-history.html#respond</comments>
		
		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate>Wed, 09 Jul 2025 14:59:40 +0000</pubDate>
				<category><![CDATA[ウェブ制作ノウハウ]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=10618</guid>

					<description><![CDATA[こんにちは、さち です。 今回は、この VSCode の「コマンドパレット（Ctrl + Shift + P）」の「最近使用したもの（履歴）」を削除（リセット）する方法について書いていきます。 操作手順 コマンドパレット [&#8230;]]]></description>
		
					<wfw:commentRss>https://at.sachi-web.com/vscode_clear-command-palette-history.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【VSCode】 「サジェスト」に「単位」を出さないようにする方法</title>
		<link>https://at.sachi-web.com/vscode_suggest_do-not-show-units.html</link>
					<comments>https://at.sachi-web.com/vscode_suggest_do-not-show-units.html#respond</comments>
		
		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate>Wed, 02 Jul 2025 13:29:08 +0000</pubDate>
				<category><![CDATA[ウェブ制作ノウハウ]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=10591</guid>

					<description><![CDATA[こんにちは、さち です。 今回は、この VSCode で、「サジェスト（Emmet）」に出てくる「単位」を消す方法について書いていきます。 個人的には、文字数少ないから手入力した方が早いし、「単位」のサジェストは全然使わ [&#8230;]]]></description>
		
					<wfw:commentRss>https://at.sachi-web.com/vscode_suggest_do-not-show-units.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【VSCode】 「行」をブックマークして移動（ジャンプ）する方法</title>
		<link>https://at.sachi-web.com/vscode_extension_bookmarks.html</link>
					<comments>https://at.sachi-web.com/vscode_extension_bookmarks.html#respond</comments>
		
		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate>Mon, 06 Jan 2025 12:00:35 +0000</pubDate>
				<category><![CDATA[ウェブ制作ノウハウ]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=10213</guid>

					<description><![CDATA[こんにちは、さち です。 あけましておめでとうございます。2025年最初のブログ更新です。今年もよろしくお願いします。 今回は、この VSCode で「行」をブックマークして、いつでも移動（ジャンプ）して戻ってこれるよう [&#8230;]]]></description>
		
					<wfw:commentRss>https://at.sachi-web.com/vscode_extension_bookmarks.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【VSCode】 「行番号」を指定してジャンプする方法</title>
		<link>https://at.sachi-web.com/vscode_go-to-line.html</link>
					<comments>https://at.sachi-web.com/vscode_go-to-line.html#respond</comments>
		
		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate>Fri, 20 Dec 2024 14:59:38 +0000</pubDate>
				<category><![CDATA[ウェブ制作ノウハウ]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=10203</guid>

					<description><![CDATA[こんにちは、さち です。 今回は、この VSCode で、「行番号」を指定してジャンプする方法について書いていきます。 操作方法 現在、「60行目」にいます。後で戻ってきたいので覚えておきます。 スクロールして他の行に移 [&#8230;]]]></description>
		
					<wfw:commentRss>https://at.sachi-web.com/vscode_go-to-line.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【VSCode】 「HTML」のペアとなる「タグ」に一発ジャンプする</title>
		<link>https://at.sachi-web.com/vscode_jump-to-pair-tag.html</link>
					<comments>https://at.sachi-web.com/vscode_jump-to-pair-tag.html#respond</comments>
		
		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate>Wed, 04 Dec 2024 14:59:25 +0000</pubDate>
				<category><![CDATA[ウェブ制作ノウハウ]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=10158</guid>

					<description><![CDATA[こんにちは、さち です。 今回は、この VSCode で、「HTML」のペアとなる「タグ」に一発でジャンプする方法について書いていきます。 目次 ペアの HTML タグにジャンプしたい実現する方法 ペアの HTML タグ [&#8230;]]]></description>
		
					<wfw:commentRss>https://at.sachi-web.com/vscode_jump-to-pair-tag.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【VSCode】 選択した「要素」を別の「新しい要素（タグ）」で囲む方法</title>
		<link>https://at.sachi-web.com/vscode_wrap-with-element.html</link>
					<comments>https://at.sachi-web.com/vscode_wrap-with-element.html#respond</comments>
		
		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate>Wed, 13 Nov 2024 11:00:26 +0000</pubDate>
				<category><![CDATA[ウェブ制作ノウハウ]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=10103</guid>

					<description><![CDATA[こんにちは、さち です。 今回は、この VSCode で「要素」を別の新しい HTML タグ（新しい要素）で簡単に囲む方法について書いていきます。 便利ですし意外とよく使うので、ぜひ覚えて使いこなして下さい！ 目次 欲し [&#8230;]]]></description>
		
					<wfw:commentRss>https://at.sachi-web.com/vscode_wrap-with-element.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【VSCode】 ショートカットキー（キーバインド）の競合（重複）を修正する</title>
		<link>https://at.sachi-web.com/vscode_fix-conflicting-shortcutkey.html</link>
					<comments>https://at.sachi-web.com/vscode_fix-conflicting-shortcutkey.html#respond</comments>
		
		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate>Mon, 11 Nov 2024 10:00:30 +0000</pubDate>
				<category><![CDATA[ウェブ制作ノウハウ]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=10098</guid>

					<description><![CDATA[こんにちは、さち です。 今回は、この VSCode で「ショートカットキー（キーバインド）」の競合（重複）を見つけて、解決する方法について書いていきます。 操作手順 ウィンドウ左下（アクティビティバー）にある「（管理） [&#8230;]]]></description>
		
					<wfw:commentRss>https://at.sachi-web.com/vscode_fix-conflicting-shortcutkey.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【VSCode】 エクスプローラーに「フォルダー」を複数登録（追加）する方法</title>
		<link>https://at.sachi-web.com/vscode_explorer_multiple-folders.html</link>
					<comments>https://at.sachi-web.com/vscode_explorer_multiple-folders.html#respond</comments>
		
		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate>Mon, 04 Nov 2024 11:00:15 +0000</pubDate>
				<category><![CDATA[ウェブ制作ノウハウ]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=10082</guid>

					<description><![CDATA[こんにちは、さち です。 今回は、この VSCode の「エクスプローラー」に「フォルダー」を複数登録（追加）する方法について書いていきます。 目次 複数フォルダーを登録するワークスペース（フォルダー登録）を保存 複数フ [&#8230;]]]></description>
		
					<wfw:commentRss>https://at.sachi-web.com/vscode_explorer_multiple-folders.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【VSCode】 「Tab（タブ）」キーが効かなくなったときの解決方法</title>
		<link>https://at.sachi-web.com/vscode_tabkey_donotwork.html</link>
					<comments>https://at.sachi-web.com/vscode_tabkey_donotwork.html#respond</comments>
		
		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate>Mon, 14 Oct 2024 11:50:40 +0000</pubDate>
				<category><![CDATA[ウェブ制作ノウハウ]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=10028</guid>

					<description><![CDATA[こんにちは、さち です。 先日、VSCode を使っていると、突然 Tab キーが効かない状態になってしまいました。 Tab キーは、インデントするときなどに多用する重要なキー。めちゃくちゃ不便です……。 解決方法を見て [&#8230;]]]></description>
		
					<wfw:commentRss>https://at.sachi-web.com/vscode_tabkey_donotwork.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【VSCode】 ヘッダーの「コマンドパレット」を消して旧表示に戻す方法</title>
		<link>https://at.sachi-web.com/vscode_header_command-palette.html</link>
					<comments>https://at.sachi-web.com/vscode_header_command-palette.html#respond</comments>
		
		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate>Wed, 09 Oct 2024 14:59:47 +0000</pubDate>
				<category><![CDATA[ウェブ制作ノウハウ]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=10013</guid>

					<description><![CDATA[こんにちは、さち です。 最近、VSCode のヘッダー部分に「検索」のような枠が出るようになりました。 これをクリックすると「コマンドパレット（正確にはコマンドセンター）」が表示されるんですが、メニューが圧迫されて隠れ [&#8230;]]]></description>
		
					<wfw:commentRss>https://at.sachi-web.com/vscode_header_command-palette.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【VSCode】 「PHPのインストールが見つからないため、検証できません。」を解決する</title>
		<link>https://at.sachi-web.com/vscode_php-validate-executablepath.html</link>
					<comments>https://at.sachi-web.com/vscode_php-validate-executablepath.html#respond</comments>
		
		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate>Fri, 04 Oct 2024 14:59:02 +0000</pubDate>
				<category><![CDATA[ウェブ制作ノウハウ]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<category><![CDATA[XAMPP]]></category>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=9999</guid>

					<description><![CDATA[こんにちは、さち です。 最近、VSCode を起動すると次のような通知が表示が出ます。 PHP のインストールが見つからないため、検証できません。PHP 実行可能ファイルを構成するには、設定 'php.validate [&#8230;]]]></description>
		
					<wfw:commentRss>https://at.sachi-web.com/vscode_php-validate-executablepath.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【VSCode】 「サイドバー（左側）」と「パネル（下部）」を隠す／表示する方法</title>
		<link>https://at.sachi-web.com/vscode_hide-and-show-sidebar.html</link>
					<comments>https://at.sachi-web.com/vscode_hide-and-show-sidebar.html#respond</comments>
		
		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate>Mon, 27 Mar 2023 14:59:07 +0000</pubDate>
				<category><![CDATA[ウェブ制作ノウハウ]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=8073</guid>

					<description><![CDATA[こんにちは、さち です。 今回はこの VSCode で、ウィンドウの左側にあるエクスプローラーなどの「サイドバー」と、下部にある「パネル」の非表示／表示を切り替える方法について書いていきます。 目次 「サイドバー」を隠す [&#8230;]]]></description>
		
					<wfw:commentRss>https://at.sachi-web.com/vscode_hide-and-show-sidebar.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
