Is there an XML schema extension for Visual Studio Code?

The XML extension, by Red Hat, is now available in the Marketplace. It supports, among other things, XSD and DTD validation, autocompletion from XSD, documentation on hover, tag autoclose, formatting… It’s based on LemMinX, a Java-based language server. As of vscode-xml 0.15.0, Java is no longer required to run it (a native binary will be … Read more

How do I disable the tooltip in VS Code that shows function parameter descriptions and overloads (parameter hints)?

You turned off code completion correctly. But parameter hints are still active. Turn them off by going into the Settings menu, searching for editor.parameterHints.enabled, and un-checking the box. Or put the following entry in your settings.json: “editor.parameterHints.enabled”: false If you ever want to see the parameter hints on-demand, refer to How to trigger parameter hints … Read more

How to intellisense alias module path in VSCode

In the settings.json file, add this line: “typescript.preferences.importModuleSpecifier”: “non-relative” If this property is removed, then the ugly relative auto-import is the default option. Simply change ‘typescript’ to ‘javascript’ if you’re currently using JS. To know more about this setting option, just hover on it like this: (Bonus tip) Prefix ~/ to all internal import paths … Read more

How to disable undesirable auto-complete with Visual Studio + ReSharper?

I ran into a similar issue (using VS2013 and Resharper 8.2). To stop the undesirable auto-completion on every “space” hit, I had to disable IntelliSense completion on “space” both within VS and R# options: VS > Tools > Options > Text Editor > C# > IntelliSense > “Committed by pressing the space bar” checkbox VS … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)