-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
Describe the bug
When Prophet is enabled in Visual Studio Code, Intellisense no longer works normally.
To Reproduce
Steps to reproduce the behavior:
- Disable all VS Code extensions.
- Create a simple JavaScript function containing an object declaration. Example:
function logInfo(profile) { var logObject = { action: 'deleteCustomer', customerNumber: profile.customerNo }; } - Within the function, enter the object name followed by a period. Intellisense does show the members of the object.

- Enable the Prophet extension.
- Within the function, enter the object name followed by a period. Intellisense does not show the members of the object.

Expected behavior
Intellisense continues to work when Prophet is enabled. In the example, entering period after the object name should show the available properties (action, customerNumber).
Screenshots
See above.
Desktop (please complete the following information):
- OS: Windows 10 Enterprise - Version: 22H@
- VSCode version: 1.85.1
- The extension version [e.g. 22]: 1.4.40
Additional context
No other extensions enabled besides Prophet.
If Prophet is extending VS Code intellisense, it would probably be good to have a setting for enabling/disabling that feature.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels