DEV Community

InterSystems Developer for InterSystems

Posted on • Originally published at community.intersystems.com

2 1

VSCode Tips & Tricks - Open Class per Name

In Studio you could open a class directly via it's name, without having to traverse the package tree with multiple clicks until arriving at the desired class.

You would Ctrl + O or (File -> Open) and be able to simply type in the class name, for example:

Image description

You press Enter, and viola - the class is opened.

How do you achieve this in VSCode?

It's quite easy actually, you can simply press Ctrl + T (in Windows for example), or Go -> Go to Symbol in Workspace..., type in the class name and there you go.

For example:

Image description

This solution was mentioned by @dmitry.Maslennikov as a suggestion for the GitHub issue report (designated as an enhancement requestfor this kind of functionality - "Open Class by Name from Server".

Here's a short GIF demonstrating this:

Image description
 

Speedy emails, satisfied customers

Postmark Image

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay