question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Preserve IntelliSense

See original GitHub issue

I have a small, but annoying issue with this package. By default Visual Studio Code comes with IntelliSense, where you can type object. and you will get a list of all possible functions / params / etc.

But when using path aliases, the IntelliSense isn’t working anymore.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
kabamjstellcommented, May 20, 2019

If you are using TypeScript then you can use tsconfig.json and set path and baseUrl should help intellisense with vscode. { "baseUrl": "./src", "paths": { "@/*": [ "*" ] } }

1reaction
flolucommented, Sep 11, 2020

@divrse Good luck with it! I’d recommend using Typescript 🤣

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configure a C++ project for IntelliSense - Visual Studio ...
Learn how to manually configure your C++ project to get IntelliSense working properly by using the Visual Studio IDE to help you identify ......
Read more >
How to keep IntelliSense Complete Word option off?
IntelliSense has a mode where if you hit the spacebar, it will automatically type out the suggested auto-complete word.
Read more >
HTML Programming with Visual Studio Code
As you type in HTML, we offer suggestions via HTML IntelliSense. ... maxPreserveNewLines : Maximum number of line breaks to be preserved in...
Read more >
VS Code tips — Hiding specific types of IntelliSense suggestions
Today's VS code tip: the editor suggest show settingsDisable certain classes of suggestions, such as those for keywords or file paths.
Read more >
SSMS native IntelliSense doesn't work after SQL Prompt ...
If you decide not to purchase a license after a SQL Prompt trial expires, to make sure the SSMS native IntelliSense works, please...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found