Visual Studio Code suggestions and autoclose are not working - visual-studio-code

I have some issues with my Visual Studio Code. After installing a fresh copy of it, and cleaned all the items stored by it, the autoclose plugin, the suggestion plugins are not working at all. All autosuggestions are prefixed by the icon [abc], the wrench key or blank file.
List of my plugins:
Angular 2 TypeScript Emmet
Angular 2 TypeScript Test Snippets
Angular 2+ Snippets - TypeScript, Html, ngRx, Angular Flex Layout, Material & Testing
Angular Files
Angular CLI
Angular v4 TypeScript Snippets
Auto Close tag
Auto Import
Beautify
Beautify CSS/sass/scss/less
CSS Peak
Debugger for Chrome
File Peek
Find all references
Highlight matching taf
HTML CSS Support
IntelliSense for CSS class
JavaScript ES6 code snippet
JavaScript and TypeScript IntelliSense
JavaScript Snippet Pack
jQuery Code Snippets
jslint
Less IntelliSense
Path IntelliSense
PHP IntelliSense
Prettify JSON
Stylesheet Formatter
Twig
TWIG pack
And all of them looks like something is not working. Here are some example of this issue:
Thanks!

Related

How do I setup Scriban on VSCode for code generation?

I would like to use Scriban as a code generator and VSCode as an editor. Ideally, I would like Intellisense and syntax coloring for editing templates along with the ability to generate and preview the output on save. Unfortunately,there's a dearth of information on how to achieve this using the Scriban Plugin for VSCode. There's also a SiteCore Scriban plugin, but it's unclear if it requires the SiteCore platform.

Auto-suggestion HTML and CSS code without an extension in VS Code

I just installed Visual Studio Code. It works and suggests HTML and stylesheet and JavaScript as well, but what matters is that I didn't install any extension in Visual Studio Code, and it works well without HTML and JavaScript extension.
How does it work without any extension? Do I need to install an extension for this?
To answer it on Low-Level, VS Code is built on top of monaco-editor
As mentioned in its docs, it has below stuffs by default
Rich IntelliSense, Validation TypeScript, JavaScript, CSS, LESS, SCSS,
JSON, HTML
Refer: https://microsoft.github.io/monaco-editor/
Those shortcut features are built with https://emmet.io/
So, for working with basic web stuffs, you don't need an extension.

Package for HTML, CSS quick reference

I am learning HTML and CSS.
I hope to learn HTML, CSS, and Java fastly.
Do any packages that could show the additional reference link for properties?
Visual studio code:
Atom editor:
Packages for Atom Editor are
autoclose-html
emmet
csslint
atom-html-preview
Packages for Visual Studio Code
Html CSS Support
HTML Snippets
For js Quokka.js

Is there a postcss plugin which compiles scss to css(gulp)?

For example, postcss-scss is not a plugin but a parser, which does not compile scss to css. I know there is a gulp-sass and it works just fine.
The reason I would like to start using a plugin for postcss is because they say postcss can be more than 30 times faster.
But it seems I can't find a plugin for postcss which would compile scss to css. Please, help.
Be aware that PostCSS shouldn't be used together with SCSS in one workflow routine as this pretty much defeats its purpose. It's either SCSS to CSS or PostCSS to CSS.
As you already stated, there is a postcss-scss parser, but that serves the purpose of using SCSS syntax when working with PostCSS:
PostCSS can transform styles in any syntax, not just CSS.

Can I use Play 2.1 Template Editor and autocomplete for HTML?

Is there any way to use the Template Editor and some HTML editor at the same time? I would like features like autocomplete for HTML in the Template Editor, or even CSS autocomplete.
I am currently with the Scala IDE Eclipse 3.7.2.
PS1: I am a very beginner in Play/Scala, but I decided to install Aptana (from update site) for the very small but comfortable niceties it provides, so, dropped the play template editor for a moment. Aptana has also a coffeescript editor so, it helps while I am studying backbone with cofeescript.
IntelliJ Idea with scala and play2 plugins works fine for me, autocomplete even for routes file.
I have never used Scala IDE but I know Guillaume Bort, the creator of PlayFramework, has created a Sublime Text 2 plugin for Playframework. It has autocompletion on most file types.
The problem was fixed in this release of Play plugin for the Scala Eclipse IDE:
http://scala-ide.org/blog/play-0.4.0-announcement.html