Skip to content

Commit

Permalink
last changed at Nov 24, 2024 9:59 PM, pushed by Shawn
Browse files Browse the repository at this point in the history
  • Loading branch information
HackMD committed Nov 24, 2024
1 parent 01a452f commit 81c0250
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/content/blog/android-studio.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "DevFest 2024 Kaohsiung, Android Studio tips and tricks (Ray Yuan Liu)"
pubDatetime: 2024-11-23T10:00:00
slug:
tags:
- meetup
author: ray
description: Android Studio tips and tricks (Ray Yuan Liu)
youtube: wjboXB-HbzI
---

Android Studio tips and tricks (Ray Yuan Liu)


講者分享如何高效使用 Android Studio 和 JetBrains IDE。以下是一些重要內容的摘要:

JetBrains Toolbox 和 SDKman:講者介紹了如何管理多個 IDE 版本(例如 Android Studio)和 Java 版本。JetBrains Toolbox 可以管理各種 IDE 版本並幫助回退到穩定版本,而 SDKman 用來管理 Java 版本。

UI 設定與快捷鍵:講者介紹了如何通過快捷鍵和插件自定義 IDE 界面,使得編程環境更符合個人需求,例如使用 Quick Note 插件做投影片、Code Glance Pro 插件來模擬 Sublime Text 等,還有如何快速切換和放大視窗等操作。

IDE 的導航與編輯功能:介紹了如何更有效地在 IDE 中開啟檔案、進行全域搜尋、快速跳轉、設置書籤等。特別強調了使用鍵盤快捷鍵進行操作(例如 Command+E 打開最近使用的檔案,或使用 Nimanic Bookmark 功能來快速跳轉到特定代碼行)。

其他功能:還介紹了如何使用 Presentation Mode、Distraction Free Mode 和如何避免滑鼠操作,通過鍵盤來快速完成各種操作。

總體來看,這篇演講的主題是分享如何高效使用 IDE(無論是 Android Studio 還是其他 JetBrains 的 IDE)來提高開發效率,尤其是在導航、編輯和環境設置方面的技巧。

0 comments on commit 81c0250

Please sign in to comment.