Ademuysal

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Ademuysal created a post,

    Code Completion - Machine Learning Assisted

    I have an object defined with interface like this : interface bc_main { link: string; name: string;} Now when i call new object, "code completion" must suggest only "link" and "name" paramete...