<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>IntelliJ IDEA on oinume journal</title>
		<link>https://journal.lampetty.net/categories/intellij-idea/</link>
		<description>Recent content in IntelliJ IDEA on oinume journal</description>
		<generator>Hugo</generator>
		<language>ja</language>
		
		
		
		
			<lastBuildDate>Fri, 21 Feb 2025 08:00:00 +0900</lastBuildDate>
		
			<atom:link href="https://journal.lampetty.net/categories/intellij-idea/rss.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>IntelliJ IDEAでよく使うショートカットキーをVSCodeでも使えるようにする</title>
				<link>https://journal.lampetty.net/posts/keymap-of-intellij-and-vscode/</link>
				<pubDate>Fri, 21 Feb 2025 08:00:00 +0900</pubDate>
				<guid>https://journal.lampetty.net/posts/keymap-of-intellij-and-vscode/</guid>
				<description>&lt;p&gt;コードを書くためのエディタとして、IntelliJ IDEAとVSCode(Cursor)を併用して使っている。そのため、この2つのエディタのショートカットキーを同じように設定したい。&lt;a href=&#34;https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings&#34;&gt;IntelliJ IDEA Keybindings&lt;/a&gt;を過去に使ったのだが、自分が想定してないキーも変更されてしまって使いづらいと感じたので、自分でキーバインドをカスタマイズすることにした。&lt;/p&gt;</description>
			</item>
			<item>
				<title>Resolving 3rd party proto file on IntelliJ IDEA</title>
				<link>https://journal.lampetty.net/posts/resolving-3rd-party-proto-file-on-intellij-idea/</link>
				<pubDate>Thu, 25 Jun 2020 09:00:00 +0900</pubDate>
				<guid>https://journal.lampetty.net/posts/resolving-3rd-party-proto-file-on-intellij-idea/</guid>
				<description>&lt;p&gt;I use &lt;a href=&#34;https://plugins.jetbrains.com/plugin/8277-protobuf-support/reviews&#34;&gt;Protobuf Support Plugin&lt;/a&gt; for syntax highlighting. However, it can&#39;t resolve 3rd party proto file like this:&lt;/p&gt;&#xA;&lt;p&gt;In my case, the file which is not resolved is located in &lt;code&gt;proto/third_party&lt;/code&gt; directory.&lt;/p&gt;&#xA;&lt;h2 id=&#34;solution&#34;&gt;Solution&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Open Project Structure (&lt;code&gt;File -&amp;gt; Project Structure&lt;/code&gt; or &lt;code&gt;Cmd + ;&lt;/code&gt; )&lt;/li&gt;&#xA;&lt;li&gt;Choose the directory as &lt;code&gt;Resource root&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Finally, unresolved error was gone 🎉🎉🎉&lt;/p&gt;</description>
			</item>
			<item>
				<title>Touch BarありでIntelliJ IDEAのShift &#43; F6などのショートカットキーが効かない場合の対処方法</title>
				<link>https://journal.lampetty.net/posts/touch-bar-intellij-function-keys/</link>
				<pubDate>Tue, 16 Jun 2020 00:00:00 +0900</pubDate>
				<guid>https://journal.lampetty.net/posts/touch-bar-intellij-function-keys/</guid>
				<description>&lt;h2 id=&#34;tldr&#34;&gt;TL;DR&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Touch BarありのMacBookProで、IntelliJ IDEAでShift + F6などのFunction Keyと他のキーを組み合わせた場合のショートカットキーが効かないという問題があった&lt;/li&gt;&#xA;&lt;li&gt;Karabinar Elementsを使っている場合は &lt;code&gt;Devices&lt;/code&gt; で &lt;code&gt;No product name (No manufacturer name)&lt;/code&gt; にチェックを入れることで解決する&lt;/li&gt;&#xA;&lt;li&gt;スクショ: &lt;a href=&#34;https://github.com/pqrs-org/Karabiner-Elements/issues/535#issuecomment-350522019&#34;&gt;https://github.com/pqrs-org/Karabiner-Elements/issues/535#issuecomment-350522019&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;問題の詳細&#34;&gt;問題の詳細&lt;/h2&gt;&#xA;&lt;p&gt;IntelliJ IDEAをTouch BarありのMacBookProを使っている場合、Shift + F6(Rename)やOpt + F7(Find Usages)のようなFunction Keyと組み合わせたショートカットキーが動作しないという問題に長年苦しめられてきた。特にIntelliJはFunction Keyとなにかを組み合わるショートカットが多くて、これはIntelliJ使いとしては死活問題だった。&lt;/p&gt;</description>
			</item>
			<item>
				<title>Intellij IDEAを2019.2にアップグレードするとコピペや入力がおかしくなる問題のワークアラウンド</title>
				<link>https://journal.lampetty.net/posts/intellij-20192-upgrading-problem/</link>
				<pubDate>Wed, 31 Jul 2019 09:00:00 +0900</pubDate>
				<guid>https://journal.lampetty.net/posts/intellij-20192-upgrading-problem/</guid>
				<description>&lt;p&gt;先日IntelliJ IDEAを2019.2にアップグレードしたところ、以下の問題に遭遇した。&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;エディタでのコピー＆ペーストすると同じものが2回ペーストされる&lt;/li&gt;&#xA;&lt;li&gt;文字の入力に取りこぼしがある(publicって入力してもpubcみたいなる)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;バグトラッカーを見たところ、&lt;a href=&#34;https://youtrack.jetbrains.com/issue/IDEA-217058&#34;&gt;Copied text is pasted twice via Cmd+V (with Japanese input)&lt;/a&gt;が不具合として上がっていたが修正されそうな気配がなくて途方にくれていたところ、&lt;a href=&#34;https://support.samuraism.com/hc/ja/articles/360033223134-macOS%E3%81%A7%E3%83%90%E3%83%BC%E3%82%B8%E3%83%A7%E3%83%B32019-2%E3%81%AB%E3%82%A2%E3%83%83%E3%83%97%E3%82%B0%E3%83%AC%E3%83%BC%E3%83%89%E3%81%97%E3%81%9F%E3%82%89%E6%97%A5%E6%9C%AC%E8%AA%9E%E5%85%A5%E5%8A%9B%E3%81%AA%E3%81%A9%E3%81%8C%E4%B8%8D%E5%AE%89%E5%AE%9A%E3%81%AB%E3%81%AA%E3%81%A3%E3%81%9F-JBR8%E3%82%92%E9%81%A9%E7%94%A8%E3%81%97%E3%81%A6%E3%81%8F%E3%81%A0%E3%81%95%E3%81%84&#34;&gt;こんなワークアラウンド&lt;/a&gt;があることをTwitter上で発見したので試してみた。&lt;/p&gt;</description>
			</item>
			<item>
				<title>コードリーディングのためのIntelliJ IDEAショートカット</title>
				<link>https://journal.lampetty.net/posts/intellij-shortcuts-for-reading-source-code/</link>
				<pubDate>Wed, 21 Sep 2016 09:00:00 +0900</pubDate>
				<guid>https://journal.lampetty.net/posts/intellij-shortcuts-for-reading-source-code/</guid>
				<description>&lt;p&gt;自分がソースコードを読む時によく使っているIntelliJのショートカット集。もちろんWebStormやAndroid StudioなどIntelliJシリーズなら全部使えるはず。他にもこんなのがあるよ、というのがあればコメントとかTwitterで教えてもらえると嬉しい。ちなみにショートカットのキーバインドはMac前提で書いてます。IntelliJのバージョンは&lt;code&gt;2016.2&lt;/code&gt;。&lt;/p&gt;</description>
			</item>
			<item>
				<title>IntelliJ IDEAのgo-lang-idea-pluginをビルドする</title>
				<link>https://journal.lampetty.net/posts/build-go-lang-idea-plugin/</link>
				<pubDate>Sat, 26 Jul 2014 21:54:20 +0900</pubDate>
				<guid>https://journal.lampetty.net/posts/build-go-lang-idea-plugin/</guid>
				<description>&lt;p&gt;最近Goを少し書くようになった。PythonやRubyを書く時はIntelliJを使っているので、GoもIntelliJで書きたい。ただ、IntelliJからインストールできる公開されているプラグインは今年の1月の古めのものなので、&lt;a href=&#34;https://github.com/go-lang-plugin-org/go-lang-idea-plugin&#34;&gt;go-lang-idea-plugin&lt;/a&gt;を自分でビルドしてインストールしてみた。&lt;/p&gt;</description>
			</item>
			<item>
				<title>IntelliJ IDEAでTypeScriptの開発環境を作ってみる</title>
				<link>https://journal.lampetty.net/posts/setup-typescript-development-environment/</link>
				<pubDate>Sat, 15 Feb 2014 22:57:42 +0900</pubDate>
				<guid>https://journal.lampetty.net/posts/setup-typescript-development-environment/</guid>
				<description>&lt;p&gt;最近趣味プログラムのサーバサイドをNode.jsで書いてるんだけど、JavaScriptはどうも好きになれないので逃避先としてTypeScriptを選んでみた。CoffeeScriptでもいいんだけど、文法が似てるほうがソースコピペできたりして楽かなと思ってTypeScriptを選択。&lt;/p&gt;</description>
			</item>
			<item>
				<title>IntelliJ IDEAでヒープサイズを変える</title>
				<link>https://journal.lampetty.net/posts/wp/481/</link>
				<pubDate>Thu, 11 Oct 2012 17:10:17 +0900</pubDate>
				<guid>https://journal.lampetty.net/posts/wp/481/</guid>
				<description>&lt;p&gt;Eclipseにいい加減うんざりしてきたので、評判のいいIntelliJ IDEAを試し中。とりあえず最初にやることと言ったら、当然起動時のヒープオプションの変更(IDEA自体もJavaでできているので)。&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
