brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Editor fuzzy matching #6316

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by Joe5 Saturday Feb 22, 2014 at 20:59 GMT Originally opened as https://github.com/adobe/brackets/issues/6976


Hey I was wondering if it would be possible to make code hinting using fuzzy matching similar to other editors like for example sublime text. Brackets already has this feature for quick open [ctrl+shift+o]. In case its not clear what i am asking i will write an example.

backcol -> background-color display: noe -> display: none

Thank you and sorry for my poor English.

core-ai-bot commented 3 years ago

Comment by peterflynn Sunday Feb 23, 2014 at 07:23 GMT


We already do this for JS code hints, but we don't do it for CSS. Switching CSS to use StringMatch as well was discussed in the color code hinting story but it's really tangential to that. This should probably be broken out into its own backlog card..

core-ai-bot commented 3 years ago

Comment by sbruchmann Sunday Feb 23, 2014 at 15:22 GMT


@Joe5 Check out emmet for Brackets. It allows you to write things like dn for display: none or ovxh for overflow-x: hidden, and much more. You can install the extension via the extension manager in in Brackets.

core-ai-bot commented 3 years ago

Comment by Joe5 Sunday Feb 23, 2014 at 20:19 GMT


@peterflynn Havent noticed that, thanks for info. I am more focused on the php server side stuff with some html/css and very little js. Anyway if that mean that it should be reported on some other site than i will take a look at it however it will have to wait since i dont have much free time these days and registering at another site to report one thing will have to wait.

@sbruchmann Thanks for suggestion. I am already using emmet however i havent memorized all those snippets since my main editor is fuzzy matching it so most of the time i just start typing it and expand it.

core-ai-bot commented 3 years ago

Comment by Joe5 Friday Jun 06, 2014 at 19:40 GMT


Added in Brackets 0.39 Release