Skip to content

Commit 9ffb499

Browse files
authored
Merge pull request #285 from FlutterFlow/feature/open-project-files-in-vscode
Added info on opening project and files directly in VSCode
2 parents 50622d1 + 0264a4b commit 9ffb499

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/ff-concepts/adding-customization/custom-code.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ You can use the In-App Code Editor to view and edit custom code directly in the
4444

4545
![custom-code-common.png](imgs/custom-code-common.png)
4646

47+
:::tip
48+
To leverage the capabilities that go beyond our in-app code editor, you can click on the icon to open and edit your custom code directly in VS Code using the FlutterFlow [**VSCode extension**](vscode-extension.md).
49+
:::
50+
4751
:::warning[Using the In-App Code Editor on Desktop]
4852
Note that the desktop version of the In-App Code Editor is limited. We recommend using the Web editor
4953
or the **[VSCode Extension](vscode-extension.md)**.

docs/intro/ff-ui/toolbar.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ The Developer Menu provides developers with access to tools such as code viewing
263263
_Connect GitHub Repo_, _Download Code_, and _Download APK_ features requires a [**paid plan**](https://flutterflow.io/pricing).
264264
:::
265265

266+
6. **Open in VSCode**: This option lets you open your entire FlutterFlow project in a VS Code environment, offering a richer development experience. You’ll have real-time autocomplete and error detection, easier access to existing Flutter & Dart tooling, and the ability to leverage the AI ecosystem.
267+
266268
## Share project
267269

268270
You can make a project public so that others can view and clone your project. Before you share your project, make sure to remove any sensitive information.

0 commit comments

Comments
 (0)