Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

204
Vistas
Autocompletion / Suggestion / Intellisense for Javascript in VS Code

I just want to know if it is possible to get a plugin (I searched but not found) in VSCode to get all the JavaScript native methods for objects in suggestion.

Example for obj.hasOwnProperty

Sample Code:

let obj = {
    count : 0
}
console.log(obj.hasOwnProperty)

My plugins

JavaScript has so many native methods, it would so much easier to learn these with a good autocomplete plugin and tooltips.

about 4 years ago · Juan Pablo Isaza
3 Respuestas
Responde la pregunta

0

I am not sure if the tabnine extension would help with this.

The tabnine extension is AI powered so it should recommend a suggestion.

You can download it either form the vscode stor or from herehttps://www.tabnine.com/install/vscode

about 4 years ago · Juan Pablo Isaza Denunciar

0

I've tried your example code with the vscode extension named "Tabnine AI Autocomplete for Javascript..." and it works like a charm.

But in order to use it you need to create an account on tabnine website.

First install the extension and it will show you a notification on the vscode left sidebar. Click on that notification and login with google or github and you are done.

Here is the full name of the extension and a link to the official resource.

Tabnine AI Autocomplete for Javascript, Python, Typescript, PHP, Go, Java, Ruby & more

https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode

about 4 years ago · Juan Pablo Isaza Denunciar

0

Try updating your 'settings.json' file with this one. It will remove your custom settings though.

File > Prefrences > Settings > Open Settings (Json)

Note: You'll find this 'Open Settings' in the top right corner hover on the buttons.

{
  "editor.fontSize": 12,
  "files.autoSave": "off",
  "editor.tabSize": 1,
  "editor.wordWrap": "on",
  "terminal.integrated.fontSize": 12,
  "emmet.includeLanguages": {
    "javascript": "javascriptreact"
  },
  "editor.minimap.enabled": false,
  "prettier.jsxSingleQuote": true,
  "prettier.semi": false,
  "prettier.singleQuote": true,
  "javascript.updateImportsOnFileMove.enabled": "always",
  "editor.formatOnPaste": true,
  "editor.formatOnSave": true,
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "editor.cursorBlinking": "expand",
}
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda