GithubHelp home page GithubHelp logo

#region Support about vscode-python HOT 7 CLOSED

0xLeon avatar 0xLeon commented on September 17, 2024 1
#region Support

from vscode-python.

Comments (7)

MikhailArkhipov avatar MikhailArkhipov commented on September 17, 2024

VS Code supports Python folding out of the box

image

See also default Python config file in (Windows)
C:\Program Files\Microsoft VS Code\resources\app\extensions\python

	"folding": {
		"offSide": true,
		"markers": {
			"start": "^\\s*#region\\b",
			"end": "^\\s*#endregion\\b"
		}
	}

You need to hover over margin to see the marker. It is controlled by

image

from vscode-python.

lpravda avatar lpravda commented on September 17, 2024

works fine until you format the document. then '#region' becomes '# region' and the functionality does not work.

from vscode-python.

brettcannon avatar brettcannon commented on September 17, 2024

@lpravda can you file a separate issue for this? I assume you have formatOnSave turned on?

from vscode-python.

B3Bo1d avatar B3Bo1d commented on September 17, 2024

when i use Shift+Alt+F, "#region" -> "# region"

from vscode-python.

ueqt avatar ueqt commented on September 17, 2024

@lpravda @B3Bo1d
you can change
C:\Program Files\Microsoft VS Code\resources\app\extensions\python\language-configuration.json(in windows) or
/Applications/Visual\ Studio\ Code.app/Contents/Resources/app/extensions/python/language-configuration.json(in mac) as follows, and reopen vscode then it should works for "# region"

	"folding": {
		"offSide": true,
		"markers": {
			"start": "^\\s*#\\s*region\\b",
			"end": "^\\s*#\\s*endregion\\b"
		}
	}

from vscode-python.

lpravda avatar lpravda commented on September 17, 2024

works like a charm :)

from vscode-python.

brettcannon avatar brettcannon commented on September 17, 2024

This landed upstream in VS Code 4 minutes ago, so should be able to validate this in a day or so in the Insiders build.

from vscode-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.