Results 1055 comments of Randy Lai

It is intentional to bring more consistency to other languages such as python.

Are you sure that you have the default python syntax definition? This is my highlight under visual studio dark+ theme.

I just realized that your lightlight may be due to "Semantic highlighting" of the python language server, for example Pylance.

The vanilla highlight is expected and working as intended. To provide better dynamic highlight support, languageserver needs to support semantic token.

A workaround is to run a shell program such as bash/zsh (depends on what you are using by default).

It is not difficult to implement. But the additional prompt will affect copying multi-line commands because of the extra text at the beginning of each line. > For running commands...

Are you running cmd.exe?

I guess we just need to implement `ctrl+home` and `ctrl+end`. Ps: closed by accident

7dd50b7 add `ctrl+home` and `ctrl+end` ultilities to remove text.

In theory, it is doable. The implementation won't be standard, so there are a few things that we need to address. What if the selected text is read-only? How conemu...