You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+54-56Lines changed: 54 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,12 @@
1
1
# Official Laravel VS Code Extension
2
2
3
-
> **Note:** This extension is currently in Open Beta Testing. Please refer to the [support instructions](./SUPPORT.md) on how to file a bug report or feature request.
4
-
5
3
Below you'll find a list of features as well as a roadmap with features we will be integrating soon.
6
4
7
5
**Please Note:**
8
6
9
-
-This extension will occasionally boot your app in the background to collect information about your app for use in autocompletion, linking, hovering, and diagnostics
10
-
-When you first install the extension it will download a small binary to your machine, we use this binary for PHP parsing
11
-
-This extension is intended to provide Laravel-specific intelligence, not general PHP intelligence. If you are currently using an extension for general PHP intelligence, it is recommended to continue using that in conjunction with this extension.
7
+
- This extension will occasionally boot your app in the background to collect information about your app for use in autocompletion, linking, hovering, and diagnostics
8
+
- When you first install the extension it will download a small binary to your machine, we use this binary for PHP parsing
9
+
- This extension is intended to provide Laravel-specific intelligence, not general PHP intelligence. If you are currently using an extension for general PHP intelligence, it is recommended to continue using that in conjunction with this extension.
**Note:** If the extension is unable to find your Inertia views, you may need to update your `inertia.testing.page_paths` and/or `inertia.testing.page_extensions` config values.
0 commit comments