Thursday, April 25, 2024
HomePythonPyCharm 2023.1.1 Is Out! | The PyCharm Weblog

PyCharm 2023.1.1 Is Out! | The PyCharm Weblog


With this construct, we’ve launched some extremely requested bug fixes associated to the debugger and distant interpreters. We additionally added help for PyScript’s new method to software configuration.

The Toolbox App is the simplest approach to get the brand new model, however you can too manually obtain it from our web site.

Obtain PyCharm 2023.1.1

PyScript: code perception for the <py-config> tag

PyScript has not too long ago launched reworked syntax for configuring common metadata and declaring dependencies for PyScript functions. You need to now use the <py-config> tag as a substitute of the <py-env> tag that was used beforehand. The configuration must be set in TOML format. When you’d prefer to set it as JSON, you may move the sort="json” attribute. You too can use an exterior configuration file, including an src attribute.

PyCharm now acknowledges <py-config> and completes it, whereas additionally offering completion for the attributes of <py-config> and <py-repl> tags, similar to sort, src, and output.

Vue help enhancements

We’ve got excellent news for our Vue customers: This bug-fix replace contains a lot of Vue-related enhancements that didn’t make it into the key launch on time.

Higher New Vue Element motion

We’ve improved the New Vue Element motion, which now lets you select the fashion of the element API – Choices API, Composition API, and Class API – relying on the Vue model and presence of the Class API library. The element file shall be scaffolded with TypeScript if there’s tsconfig in any mother or father folder. It’s going to additionally use the CSS dialect that’s used essentially the most throughout the Vue recordsdata within the mission.

Help namespaced parts within the script setup syntax

We’ve added help for namespaced element recognition. Elements imported and utilized in <template> tags at the moment are accurately acknowledged.

Notable fixes:

  • We fastened the problems with the display screen flickering [JBR-5417 and JBR-4959].
  • Stopping a debugger for a script that makes use of a distant interpreter on SSH not results in the debugger hanging [PY-55448].
  • You possibly can once more construct Cython speedup extensions for the debugger in case you put in PyCharm with a snap [PY-57709].
  • The Run / Debug console once more gives clickable hyperlinks to the recordsdata in error messages [PY-55349].
  • The check runner now reveals terminated exams as ignored [PY-59719].

Astro fixes

Preliminary Astro language help was launched in PyCharm 2023.1 by way of our new plugin. Due to everybody who has tried this out and filed points and suggestions on this characteristic. Please proceed to file any points you encounter in our problem tracker. We actually respect it!

  • We’ve fastened the problem inflicting the XML components of .astro recordsdata to not be parsed [WEB-60505].
  • We’ve fastened the problem inflicting fragments to be marked as unknown in Astro parts [WEB-59858].

Tailwind CSS fixes

This bug-fix launch contains a number of fixes to Tailwind CSS help.

  • We’ve fastened the problem inflicting Tailwind CSS autocompletion to not work when a folder identify comprises brackets [WEB-58635].
  • We’ve fastened the problem inflicting autocompletion to not work correctly in some cases [WEB-56637 and WEB-60296].

That’s all for at this time! For the complete record of points addressed in PyCharm 2023.1.1, please see the launch notes.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments