Skip to content

Intellisense broken in Visual Studio Code when Prophet is enabled #374

@poebrand

Description

@poebrand

Describe the bug
When Prophet is enabled in Visual Studio Code, Intellisense no longer works normally.

To Reproduce
Steps to reproduce the behavior:

  1. Disable all VS Code extensions.
  2. Create a simple JavaScript function containing an object declaration. Example:
    function logInfo(profile) { var logObject = { action: 'deleteCustomer', customerNumber: profile.customerNo }; }
  3. Within the function, enter the object name followed by a period. Intellisense does show the members of the object.
    image
  4. Enable the Prophet extension.
  5. Within the function, enter the object name followed by a period. Intellisense does not show the members of the object.
    image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions