Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
82 views

I am attempting to learn JavaScript and am doing edabit challenges. To help me work out whats going on I use codepen.io I was using the following code and wanted to get the index of the second ...
Frank Bangham's user avatar
1 vote
1 answer
80 views

IntelliJ has a feature where (a) you select part of one line, then (b) IntelliJ immediately and automatically highlights that same text that happens to exist is multiple lines of similar code in that ...
Basil Bourque's user avatar
0 votes
1 answer
881 views

I recently updated to the new experience of SageMaker Studio. When I opened the code editor, the extensions that are pre-installed in the official image were grayed out and unusable, as shown in the ...
ezail's user avatar
  • 23
0 votes
1 answer
130 views

All of a sudden i am now unable to view VBA codes i have written in Outlook. Macro security also enabled for all macros. Anyone know how this can be resolved and me to see all coding again? VBA code ...
Dileepa Chathuranga's user avatar
0 votes
1 answer
673 views

I am working on integrating Monaco Editor into a project and need to customize the CSS language support for a specific use case. My goal is to adapt the CSS language mode for inline styles, similar to ...
Dan's user avatar
  • 3,113
0 votes
0 answers
106 views

https://doc-snapshots.qt.io/qtforpython-6.2/examples/example_widgets__codeeditor.html I'm trying to add a code folding area to right of line number area for brace pairs if pairs located at different ...
garawaa garawaa's user avatar
2 votes
1 answer
754 views

I want to host Visual Studio Core Editor as a standalone editor inside my C# WPF app. At present I am using AvalonEdit in the project. I want some more features and more sophisticated editor. Is it ...
Sagar Kardani's user avatar
2 votes
1 answer
1k views

//fileSaver is used to save the code to a file and download it const fileSaver = require('file-saver'); // Setup ace variables and the output pane for pyodide var editor = ace.edit("editor")...
Cr3's user avatar
  • 169
1 vote
1 answer
540 views

I am using @ngstack/code-editor in my component, after form submit i want to clear the editor, below is the configuration theme = 'vs-dark'; model: CodeModel = { language: 'html', value: '', ...
conrad's user avatar
  • 106
0 votes
0 answers
50 views

I have Visual Studio 2022 and Resharper (latest versions). My Code style for curly braces is: if(true) { //.... } !!! While typing end editing code everything works great !!! But as soon as I ...
Markus's user avatar
  • 2,301
0 votes
2 answers
3k views

I just installed nvim for the first time, this is also my first time using a terminal based code editor, and I'm migrating from VSCode (ik it's going to be hard), and now I'm configuring it, I'm ...
bradys dev's user avatar
2 votes
1 answer
1k views

Does anyone know how to disable this red text highlight when selecting text in quotes using visual studio? I don't know what to try.
Jimmy's user avatar
  • 75
1 vote
0 answers
458 views

I'm getting a Line 15: Failed to fetch error without further details. This is my script in Excel Web. async function main(workbook: ExcelScript.Workbook) { let sheet = workbook.getActiveWorksheet()...
Kay B's user avatar
  • 11
0 votes
0 answers
214 views

Please, how do get positive values of NDVI for my study area? Please see my Javascript code below. Unfortunately, after running the code, the NDVI chart generated are mostly negative. (See image ...
Kelechi Igwe's user avatar
0 votes
0 answers
61 views

Let's say I have something like this <Button color="secondary" className='circular-btn' fullWidth> and I want to use a keyboard shortcut to have a cursor before color, one before ...
Mariano B.'s user avatar
-1 votes
1 answer
39 views

I've seen text/code editors like this a lot of times, but I still didn't find what's the text/code editor is this? Can you help me? This is that text/code editor Hope I'll get answer with no ...
Alex U's user avatar
  • 1
-1 votes
1 answer
141 views

I have a WordPress site, and I teach python on it and I want to share some code on it. I want a code editor that users can see my code and run it. Please if you know any plugin that can do this help ...
arvin sh's user avatar
2 votes
0 answers
511 views

I am using Yjs with codemirrow 6 in my project. I followed codemirror 6 examples and Yjs codemirror.next example (https://github.com/yjs/y-codemirror.next) in github. And when I ran it, I got this ...
Charles's user avatar
  • 725
0 votes
1 answer
766 views

I'm looking for a regular expression that matches strings for a syntax highlighter used in a code editor. I've found (")(?:(?!\1|\\).|\\.)*\1 from here regex-grabbing-values-between-quotation-...
osiris81's user avatar
  • 507
1 vote
0 answers
233 views

I have looked into the addons for lint and hint in codemirror, but they only support a couple of languages. I am using angularjs to implement codemirror C# editor. How can I show syntax errors for C# ...
tasin95's user avatar
  • 155
3 votes
2 answers
832 views

Some people like to omit the this. prefix to calls, such as: addColor( Color.PURPLE ) ; … while other folks prefer to include explicitly the this. prefix, such as: this.addColor( Color.PURPLE ) ; ...
Basil Bourque's user avatar
2 votes
2 answers
1k views

What I want: String x = "😷" ; What I get in Apple TextEdit 1.16 text editor app when clicking 😷 from the macOS "Show Emojis & Symbols" floating windoid: String x = "😷&...
Basil Bourque's user avatar
1 vote
0 answers
571 views

In vscode, I can format cpp code just use Alt-Shift-F or Ctrl-Shift-I (btw., I have installed plugin C/C++). And that style is my favourite. :) Before: #include<iostream> using namespace std; ...
Steve-Ling's user avatar
0 votes
1 answer
520 views

Trying to get this form field component to take a simple-react-code-editor: not sure if I'm going about this the right way by trying to pass props form the useField hook, but it works for textfield ...
Dan Kelman's user avatar
0 votes
1 answer
2k views

I find myself in a situation where let's say I'm working on something to do with Cats, and I want the siderbar of Vs code (where it lists a directory of folder/files in my project), but filtered to ...
a53-416's user avatar
  • 4,095

1
2 3 4 5