-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you use "vscode intellisense"? #31
Comments
Hi Igor, I think this would require the files to be locally available in order for VS Code to scan the other files for relationships (and this would be too bandwidth intensive / latent to do over the wire). If you synchronise the files locally instead of performing the "Add to Workspace", this might work but I haven't tested. |
Sorry for my ignorance, but how could I sync locally? |
When you first connect within a workspace, after connect you should receive an option to sync "None", "Download-Only" or "Bidirectional". Picking either of the last two should effectively download the remote files to your local workspace. To amend this after the fact, hit F1 and type Preferences: Open Settings (UI) and navigate through Extensions > Live Sync for AWS Cloud9 and set the Sync Strategy. |
@iann0036 when I connect, the message to choose does not appear. It also doesn't have the option mentioned "Sync Strategy" !Edit: |
Lol @iann0036 bidirectional synchronization worked, however ... The download is very slow (slug) |
My idea of going to VSCODE was to use its many features, like Intellisense, for autocompletions and autosuggestions.
But it doesn't work natively, I understand that it's live mode, but would it be possible?
The text was updated successfully, but these errors were encountered: