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

Add Auto Complete feature to JSON.stringfy method. #105

Open
wants to merge 39 commits into
base: master
Choose a base branch
from

Conversation

EliaquimNascimento
Copy link

Hi!
Thanks for your extension on Visual Studio. It helps me a lot! ^^
I want to ask you if you can add the autocomplete feature in a case that I apply a global object to a local object, for example:

let globalObject = {
       hair: "black",
       eyes: "brown"
}

Game_System.prototype.initiate = function(){
         this._obj =  JSON.parse(JSON.stringfy(globalObject))
}

$gameSystem = new Game_System();

Inside my application, it works ok. But I really want it to work inside the visual studio code.
If I type:
globalObject .[it will autocomplete as property]

but in this case:
$gameSystem._obj.[it not autocomplete like a property]

vanackere and others added 30 commits November 16, 2016 23:48
Catch any readFile errors and output to console
Add support for function export
- fix jsx, tsx support
- fix infinity loop search
- fix export default keyword
Insert import to the end of imports block
…and connect (mostly used with redux..) maybe this could be a setting in the future?
Insert import to the end of imports block
Added ability for parser to bypass higher order components
Added configuration to enable absolute paths
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

Successfully merging this pull request may close these issues.

8 participants