Skip to content
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

Open
igorjunio2015 opened this issue Feb 21, 2020 · 5 comments
Open

Can you use "vscode intellisense"? #31

igorjunio2015 opened this issue Feb 21, 2020 · 5 comments

Comments

@igorjunio2015
Copy link

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?

image

@iann0036
Copy link
Owner

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.

@igorjunio2015
Copy link
Author

Sorry for my ignorance, but how could I sync locally?

@iann0036
Copy link
Owner

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.

@igorjunio2015
Copy link
Author

igorjunio2015 commented Feb 28, 2020

@iann0036 when I connect, the message to choose does not appear.

It also doesn't have the option mentioned "Sync Strategy"

image

!Edit:
I informed in the configuration Json file, I will test and talk below.

image

@igorjunio2015
Copy link
Author

Lol @iann0036 bidirectional synchronization worked, however ... The download is very slow (slug)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants