Skip to content

Commit

Permalink
Tip 214
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Dec 5, 2024
1 parent b12b9ef commit 8617710
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This repo now has a companion app! [Download it here](https://fluttertips.dev/)
| ID | View on GitHub (this repo) | X Post | LinkedIn Post | Bluesky Post | Link on [codewithandrea.com](https://codewithandrea.com/) |
| -- |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ------ | ------------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
| 214 | [Improve your code with Cursor Edit Mode](tips/0214-cursor-edit-mode/index.md) | [link](https://x.com/biz84/status/1864613511420068093) | [link](https://www.linkedin.com/posts/andreabizzotto_did-you-know-the-cursor-ide-has-a-powerful-activity-7270379818746105856-Mq9n) | [link](https://bsky.app/profile/codewithandrea.com/post/3lckgkkurms27) | |
| 213 | [Fixing Version Solving Failed Errors](tips/0213-fixing-version-solving-failed-errors/index.md) | [link](https://x.com/biz84/status/1864283511852527815) | [link](https://www.linkedin.com/posts/andreabizzotto_when-you-get-a-version-solving-failed-error-activity-7270050610329100289-0I9m) | [link](https://bsky.app/profile/codewithandrea.com/post/3lci5gzmagc27) | |
| 212 | [Adding a Privacy Manifest in Xcode](tips/0212-xcode-privact-manifest/index.md) | [link](https://x.com/biz84/status/1863537508899860770) | [link](https://www.linkedin.com/posts/andreabizzotto_did-you-know-starting-november-12-2024-activity-7269303842813489154-k5iw) | [link](https://bsky.app/profile/codewithandrea.com/post/3lccxnqg5zs2j) | |
| 211 | [Fix for Missing Compliance Warning in App Store Connect](tips/0211-fix-missing-compliance-warning/index.md) | [link](https://x.com/biz84/status/1862524737651376212) | [link](https://www.linkedin.com/posts/andreabizzotto_tired-of-seeing-the-missing-compliance-activity-7268290796854902784-iNzJ) | [link](https://bsky.app/profile/codewithandrea.com/post/3lc3wqvcqus2d) | |
Expand Down
2 changes: 1 addition & 1 deletion tips/0213-fixing-version-solving-failed-errors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ If you need to update the Android project settings, this script may help:

| Previous | Next |
| -------- | ---- |
| [Adding a Privacy Manifest in Xcode](../0212-xcode-privact-manifest/index.md) | |
| [Adding a Privacy Manifest in Xcode](../0212-xcode-privact-manifest/index.md) | [Improve your code with Cursor Edit Mode](../0214-cursor-edit-mode/index.md) |

<!-- TWITTER|https://x.com/biz84/status/1864283511852527815 -->
<!-- LINKEDIN|https://www.linkedin.com/posts/andreabizzotto_when-you-get-a-version-solving-failed-error-activity-7270050610329100289-0I9m -->
Expand Down
Binary file added tips/0214-cursor-edit-mode/214.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions tips/0214-cursor-edit-mode/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Improve your code with Cursor Edit Mode

Did you know?

The Cursor IDE has a powerful edit mode (hit `CMD+K` to enable it).

I find it quite useful for finding edge cases in my imperative code.

It doesn't always get it right, though! So make sure you tweak the output as needed and discard any unwanted changes. 🙇‍♂️

![](214.gif)

---

| Previous | Next |
| -------- | ---- |
| [Fixing Version Solving Failed Errors](../0213-fixing-version-solving-failed-errors/index.md) | |

<!-- TWITTER|https://x.com/biz84/status/1864613511420068093 -->
<!-- LINKEDIN|https://www.linkedin.com/posts/andreabizzotto_did-you-know-the-cursor-ide-has-a-powerful-activity-7270379818746105856-Mq9n -->
<!-- BLUESKY|https://bsky.app/profile/codewithandrea.com/post/3lckgkkurms27 -->

0 comments on commit 8617710

Please sign in to comment.