I find hard to distinguish the current tab I'm working on it with Terminator:
Is there a way to highlight it?
I found some answers to this question, but most of them are old and all the ones I tried do not work anymore
Related
This question already has answers here:
Some Emmet abbreviations in VSC not working, like '!' or using '*'
(8 answers)
Closed 7 months ago.
I have started to use Visual Studio Code and am having issue's with Emmet.
When I type in the code ul>li and hit tab to expand, it expands. But when I try to multiply the code like ul>li*3, it does not expand and I get no suggestion for that abbreviation. I have added "emmet.triggerExpansionOnTab": true to the json file, and that did nothing, and I have restarted all extensions with the restart extension host command.
All suggestions on how to fix this issue are appreciated.
Yes, I am facing this issue too since latest update.
Somehow the solution I have got is :
You can check the box “Emmet: Use Inline Completions”
In settings by typing “emmet” in the setting’s search.
After checking the box You can see the suggestion and choose it by pressing the tab.
This is the solution I have got till now but hoping that we could have the previous version back.
You can get them back consistently by turning Inline Suggest on.
If you find that annoying or distracting, you can leave that off and use ctrl+space to get the old popup shortcut to come up, and then hit tab as normal.
When writing code in cshtml files, sometimes intellisense goes haywire and starts writing text several lines above where I am actually typing. At the moment it seems to be limited to when I hit the tab key to let it finish a property name which isn't too bad because I can just not do that. However, it also seems to happen at other times like just when I type #Model and then press a period it might write the word Model in some other part of the code file.
Anyone know how to correct this?
This would probably fit better as a VS Feedback item, but since this is the only place I have found someone referencing the same issue, I thought I would add some confirmation. I do not have a solution, only more examples to add. This issue has been annoying me for months! It seems to happen most often when typing razor code inside of JavaScript, especially inside of a quoted string.
Here is an example from a test project, where I am attempting to put a reference to a model field into a JavaScript string. Notice that I click tab a couple times and it doesn't actually insert the intellisense result at the point I am typing. But when I scroll down you can see it inserted it randomly in another spot pretty far away!
I did also try to remove the hidden .vs folder, bin/, and obj/ and could still reliably reproduce the issue after restarting Visual Studio. Currently on 1 before the latest (16.9.4). I did notice that if I re-open this cshtml file, wait until the file seems to be fully loaded (all the red errors go away), I also reliably get an ArgumentException that occurs as I begin typing. Then when I scroll down I already see that Model has been randomly inserted in another spot in the code.
I'm going to try updating to latest (16.9.5), and starting in Safe Mode to skip loading all 3rd-party libraries, and see if the issue is still reproducible, in case it is caused by one of the handful of extensions I am currently using.
Edit: Well same issue with 16.9.5. Trying to use Safe Mode is a no go, it makes the intellisense and syntax coloring completely disabled for .cshtml files.
As highlighted by the screenshots above, the regex checkbox of PhpStorm's find window is no longer visible by default. This is annoying, because I cannot always see, whether a regular expression is narrowing my search or not. I already googled for a solution, but I cannot seem to find one.
Does anybody of you know how to "fix" this?
Thanks a lot in advance :)
Edit: In case you need to know, I am working on a Mac.
It's a bug in 2018.1.
https://youtrack.jetbrains.com/issue/IDEA-188790 -- ticket status says fixed ... but target version is only 2018.2.
Try asking there if the fix will be included in 2018.1.3 or so .. or will it be in 2018.2 only.
When I type a style in the CSS panel in Chrome developer tool, the developer tool deletes every 2nd or 3rd letter that I type. For example, if I try to type "border-bottom", I would end up with something like "brder-bttom" and it would be almost impossible to type fully unless I type amazingly fast or slow (one letter by one). I think autocompletion is trying to override my input because when there is no suggestion, I can type fine.
If anyone knows a solution or has the same bug, please let me know.
I'm using Chrome 23.0.1271.97.
This looks like a manifestation of http://code.google.com/p/chromium/issues/detail?id=133789 that I've never had a chance to reproduce (and it's only the second report so far).
We had this bug about a year ago, due to the regressed behavior in Chromium, but the offending change was reverted. Please comment on the said issue by pasting the contents of your chrome://version/ and perhaps some steps to reproduce this.
I'm working with the pageframe control in VFP 9.0 with a bunch of tabs. I'm trying to achieve multi-lines caption in each tab as in the following screen, but I don't know how to do.
I tried these, but no luck.
.Caption = 'Watch 1' + chr(13)+chr(10) + '(00~04)'
.Caption = 'Watch 1' + chr(13)+ '(00~04)'
Without some fancy advanced smoke-and-mirrors going on, VFP does not do multi-line tab text within pageframe controls... And I've been using VFP since vs VFP3 back about 1993 when it was first released.
As for your "Acceptance Rate" of zero %. This help forum appreciates feedback to know when a question is resolved so those looking for similar questions know which answer "fixed" the problem originally asked instead of guessing which one eventually worked. I would suggest going back to your other questions and seeing if any such answers HAVE helped, and if so, click the check mark to the left of the answer indicating it is resolved.