code-editor Questions

4

I have a common issue when working with code in the IDE: string.Concat("foo", "bar"); and I need to change it to: string.Concat("bar", "foo"); Often I have several of these that need to be sw...
Tamar asked 20/7, 2010 at 16:42

5

I want to open the same file in both views, after doing a vertical split of the code editor window, in Visual Studio. How can I do this? I've tried to create a new vertical tab group but can't figu...
Jocasta asked 16/8, 2019 at 17:52

4

Solved

The title is pretty descriptive... Is there any extension that let me see FULL documentation of the method I'm typing ? I would like to see the documentation as I can see it in Object Browser with ...
Impediment asked 20/5, 2010 at 20:43

3

Solved

In Android Studio, i would like to setup the code editor, so i could move cursor with keyboard arrows, or click with a mouse somewhere on a blank line, and the cursor will be placed right bellow th...
Fleck asked 14/11, 2015 at 18:39

12

Solved

There's a number of keyboard shortcuts and menu commands to automatically expand or collapse all foldables in the current document. Ctrl+M, Ctrl+L toggles all foldables recursively, from the top na...
Nosing asked 3/6, 2015 at 12:50

0

In VS Code and JetBrains IDEs, when you select (highlight) a snippet of code and press an opening key for brackets ({ or [) or parentheses ((), it wraps the selected text. Visual Studio, however, d...
Gantz asked 8/11, 2022 at 13:51

4

Solved

I don't know why but sometime in Android Studio Editor, it shows vertical line as shown in screenshot below. Don't know about other editor but it happens in Android Studio. So why it is showing...
Ghost asked 11/1, 2017 at 7:26

4

I am seeing the error message in my JupyterLab.: "Code Editor out of Sync. Please open your browser JavaScript console for bug report instructions" Jupyter Lab version 3.0.3 and Python...
Photoreceptor asked 11/1, 2021 at 20:10

2

Solved

I'm using Android studio v 4.0 on windows 10 (1909) build. Every thing was working fine till last evening my code editor window just disappeared. I'tried followings Restart & invalidate cache ...
Capillary asked 27/6, 2020 at 11:58

6

Solved

I have just switched to Visual Studio Code for web development from NetBeans and am finding my way around. In NetBeans, if I forget the closing bracket on a tagname it will indicate my error with a...
Ecto asked 15/6, 2017 at 5:54

12

Solved

I am trying Visual Studio Code lately and i've noticed that when i try to add a line comment in an HTML file (using Ctrl+/ or Ctrl+K Ctrl+C) instead of this: <!-- -->, i get this {# #}. In J...
Tentacle asked 19/5, 2016 at 0:21

1

With IntelliJ 2018, is there any keyboard shortcut to duplicate and disable lines of code? If the caret is in a single line with no text selected, duplicate and disable that entire single line. ...

3

I'm using Visual Studio Code (not Visual Studio) on Linux and I can't seem to find out how to turn on auto-indentation for Python. I've looked all over preferences, spent some time on Google, and c...
Engineman asked 21/2, 2016 at 1:8

12

Solved

Some days ago my Eclipse was working fine and a +/- appeared in every block that could be collapsed (functions, classes, etc.)... but now it does appear, and I don't know how to activate that featu...
Gasometry asked 10/8, 2010 at 15:54

7

Solved

I am using Google Apps Script and was wondering if I could use any sort of editor outside of the one Google provides. (I purchased Sublime Text and would like to use that.) The one Google provides ...
Demodulation asked 14/7, 2014 at 14:47

2

How to turn off types hints in the C# code editor of Visual Studio 2019?
Outfox asked 13/1, 2020 at 11:54

7

Solved

I'm trying to add a gist to my blog to see how it works and use it to share some code related blogs going forward. I've followed the steps mentioned form this blog, but I'm not able to get it to wo...
Problematic asked 13/9, 2013 at 14:24

11

Solved

I have a strange bug in the Visual Studio text editor. All my blank spaces are replaced by a "." public class Person { int age; } looks like this public..class..Person............................
Jourdan asked 10/6, 2009 at 3:32

8

If you want to indent several lines in Python IDLE you just mark the lines and hit Tab. But what if you want to remove the indent from several lines? Shift+Tab does not work for that in IDLE.
Pitanga asked 26/4, 2009 at 11:53

3

Solved

I'm trying to get prettier working in spacemacs. I have (prettier-js :location (recipe :url "https://raw.githubusercontent.com/prettier/prettier/master/editors/emacs/prettier-js.el" :fetcher url)...
Wallboard asked 28/3, 2017 at 19:0

1

Solved

Is there a way to make IntelliJ distinguish where each method’s body starts and stops? Perhaps drawing a line to separate the methods visually? Seems kind of silly nowadays to be typing a “flower ...
Trumantrumann asked 25/8, 2018 at 0:47

5

Solved

I am finding I often will multi-select a bunch of single points (ctrl+click on the point) in Sublime Text 2, get to the end of the items I want to multi-select and then discover one in the middle o...
Vantassel asked 20/9, 2013 at 18:26

3

Solved

Im switching code editors and trying to rebuild my color scheme from the previous one, from Sublime Text to PHP Storm. What i can't find is: How to change the color of selected text/code - to be ...
Segregationist asked 20/1, 2016 at 12:27

4

Solved

Any time I paste code into my .cs file, I get the dreaded "You have mixed tabs and spaces. Fix this?" message. It has three options: Tabify Untabify Don't show again I first tried "Tabify" a few...
Nonagenarian asked 2/6, 2014 at 18:57

4

Solved

I'm looking to implement a web app that features "coding-competition"-styled interface with 2 different code editors in a single screen. One will be read only and the other will be active and would...
Lubricious asked 27/3, 2013 at 15:11

© 2022 - 2024 — McMap. All rights reserved.