-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Completion stops working when switched to a profile based on Angular template #284
Comments
Could you provide a link for other extension? |
I use Angular profile built into VSCode + your extension. |
What is exactly broken? can you provide more info |
IntelliSsense doesn't pop up automatically when i start typing some css class in html code. It happens only when your extension is on. I'm able to trigger it by ctrl+space and it works correctly. I use legacy colors. |
Can you share your .vscode/settings.json file? This extension is named "HTML CSS Support" as well so can you provide the file you are working on? |
Sorry for the late replay. Here are files you've asked for. This is just html in an angular project.
|
Can you also tell me where is your css located? e.g in which file |
Class card is a bootstrap class and it is acknowledged by HTML extension in .vscode.settings.json as well as all of css files references.
On top of that in angular.json project file i provide:
|
With the same settings: "css.styleSheets": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"src/**/*.css",
// "SRC/Frontend/RecipeRhapsody/src/**/*.css",
], Completion works in the html file. Which Angular extension are you using? |
Oh i'm sorry i didn't specify
extension for highlighting angular syntax. When it's enabled the intellisense doesn't work for css html. |
I installed vscode-angular-html but no matter I tried the completion worked. |
Can you switch to Angular profile built in vscode install the vscode-angular-html and try again cause there's bunch of extensions installed there? Did you run the command 'vscode-angular-html: Set legacy color customizations' from the command pallette? |
Created a new profile based on Angular template now the completion stopped working. At last. :) |
You should install this extension again in that profile and the completions will start working again. Hope this helps. |
Unfortunately i've done that and it still doesn't work. Only ctrl+space trigger the intellisense. |
I replicated the bug, everything works in angular default profile but if I install the following extension only ctrl space triggers completions. Something in that extension is interfering: https://marketplace.visualstudio.com/items?itemName=ghaschel.vscode-angular-html Can you disable that extension and try again to confirm? |
Yes that's exactly the case. When i disable the vscode-angular-html it works properly. However the thing is that i need that extansion haha |
Can you file a bug report in vscode-angular-html extension's github page referencing this issue since not much I can think of to do in this extension to fix the problem. |
Yes i'll do that! Thank you for your time and effort! |
As in title. I run both extensions in latest versions.
The text was updated successfully, but these errors were encountered: