TotejMedia

Thank you for the video.

Does it happen only during saving? (Ctrl+S)

It seems VSCode forcefully refreshes code lenses (hints above classes and functions) and inlay hints (parameter name annotations), but I cannot replicate this behavior on my machines.

    Thank you Jakub for the quick reply
    Yes this occurs only during saving and seems to be connected to the formatter

    defninting formatOnSave: false makes this issue dissapear
    but im using the devsense formatted

       "[php]": {
            "editor.defaultFormatter": "DEVSENSE.phptools-vscode"
        },
      9 days later

      TotejMedia Sometimes VSCode refreshes the entire text editor if there are too many formatting changes.

      Is there a lot of HTML code in the file? It would help us to try the actual .php file where it happens.

        Write a Reply...