Rstudio script editor not highlighting syntax errors - rstudio

My Rstudio script editor does not show syntax errors.
editor
diagnostic setting

Related

Gradle output not formatted correctly in VS Code's bash terminal

After a VS Code update a few weeks ago, Gradle's output started to display formatting character sequences like this:
.
I'm running VS Code on Windows and my bash shell is the one installed with Git. When running Gradle in bash directly (outside of VS Code) the formatting is correct. How can I fix this in VS Code?
How is VS Code invoking Gradle? Can you add the following to the Gradle command line that VS Code invokes?
--console=plain
See https://docs.gradle.org/current/userguide/command_line_interface.html
Set to plain to generate plain text only. This option disables all color and other rich output in the console output. This is the default when Gradle is not attached to a terminal.

Not able to type in terminal in vs code

Have installed angular CLI via node js command prompt. However, when I launch terminal in VS code, it doesn't allow to type only. PFA screenshot
PFB terminal setting screenshot
Able to run ng commands from node js command prompt outside vs code.
If your problem is not related to default shell in your terminal. Then you check windows settings. Follow the steps -
Open VSCode file location
Go to Compatibility tab in VSCode properties window
Unchecked Run this program in compatibility mode for: option
see the attached files. Try with this solution, it might help you.
This worked for me:
Remove settings file.
Click on view/terminal.
Select default shell.

Why Vs Code does't highlight color in integrated terminal?

I am using bash terminal in Vs Code, as:
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"
I notes that some of the words does't highlights, as shown:
But same directory using Bash terminal looks like this:
Notes: I am using window 8.1
Any idea??? May be some setting, or plugin for Vs Code.

Two HTML syntax Sublime Text 3

I have two HTML syntax on Sublime Text 3.
http://i.stack.imgur.com/CcxoM.png - screenshot
Plugins:
Emmet
Plugin Control
SublimeLinter
SublimeLinter-php
SublimeCodeIntel
SFTP
PyV8
If all plugins enabled - http://i.stack.imgur.com/fyqTe.png
Windows 8.1 x86
How fix it?

Aptana Studio 3: How to get Syntax Highlighting of Shell Scripts *.sh

Is there any "Formatter" / syntanx highlighting for linux shell script available for Aptana Studio 3 ?!?
I did find "shelled" but this seems only to work with eclipse and not aptana studio 3 standalone (and i could not get it to work in eclipse either)
Just simple plain syntax highlighting for *.sh files anyone?!?
Try ShellEd (http://shelled.sourceforge.net/project-info.html). It has worked pretty well for me.

Resources