About 1,840,000 results
Open links in new tab
  1. How can I enable IntelliSense for JavaScript inside HTML?

    I want to use VS Code to try out the examples of a JavaScript book, but there's no IntelliSense, or at least I don't know how to activate it. In Visual Studio this feature works out of the box : B...

  2. Visual Studio Code Intellisense not working for Javascript

    Mar 26, 2016 · I followed John Papa on Visual Studio Code (Blog entry and Pluralsight Visual Studio Code JavaScript Intellisense - for those who have an account) and therefore I would …

  3. What must I do to enable intellisense for javascript libraries in ...

    Sep 8, 2022 · I've made a new .net 6 MVC project in Visual Studio 2022 and I can't seem to get intellisense for javascript libraries. I've installed the following workloads with the Visual Studio …

  4. VS Code: Enable JavaScript IntelliSense in TypeScript project

    Jun 22, 2018 · 16 Is there a way to enable IntelliSense for JavaScript files in a TypeScript project? If I import a function from a JavaScript package like this: import foo from "js-package" and I'm …

  5. VS Code autocomplete/intellisense not working - Stack Overflow

    Jan 1, 2020 · Can you create a Create React App project template CRA and check if the intellisense still doesn't work with the js files in it. Another alternative is to upgrade your VS …

  6. Newest 'javascript-intellisense' Questions - Stack Overflow

    58 views Autocomplete for built in JavaScript functions not working inside custom made functions I’m experiencing an issue with IntelliSense (autocomplete) in my JavaScript development …

  7. Not getting auto-complete for JavaScript in new VsCode version

    May 15, 2022 · Install ESLint and JavaScript (ES6) code snippets extensions for providing intellisense for js code. Enable auto-complete if you disabled it by mistake. This should fix the …

  8. Visual Studio 2022 IntelliSense not working for JavaScript

    Dec 8, 2023 · 0 In Visual Studio 2017, I could just add: /// <reference path="../core3/core3.js" /> to the top of a .js file and IntelliSense would know to look there for functions, listing them when I …

  9. javascript - How to get IDE intellisense autocompletion through …

    Mar 25, 2025 · As for "Can we get autocompletion in a plain JavaScript project by using JSDoc @type annotations from external TS type declarations []?": Yes, definitely: @import or Triple …

  10. intellisense - Adding JavaScript type hints for VSCode/Monaco ...

    Sep 26, 2016 · Adding JavaScript type hints for VSCode/Monaco Intellisence Asked 9 years, 2 months ago Modified 1 year, 7 months ago Viewed 31k times